DeprecationWarn ing: struct integer overflow masking is deprecated
return struct.pack('>H ', ~value)
i didn't understand if someone have some explanation
and what uses instead.
return struct.pack('>H ', ~value)
i didn't understand if someone have some explanation
and what uses instead.
Comment