We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If value = bytearray(b'\x01\x87h\x05')
then packb(value, use_bin_type=True)
returns the error: can't serialize bytearray(b'\x01\x87h\x05')
Is this a known problem?