You need to sign in or sign up before continuing.
-
Mark Dickinson authored
when packing an integer: for example, struct.pack('=L', -1) now raises struct.error instead of returning b'\xff\xff\xff\xff'. Thanks Andreas Schawo for the patch.ae681df4