Browse Source
This patch makes a repeat counter behave the same as repeating the typecode, when there are not enough args. For example: struct.pack('2I', 1) now behave the same as struct.pack('II', 1).pull/3294/head
Damien George
7 years ago
3 changed files with 6 additions and 1 deletions
@ -1 +1,2 @@ |
|||
True |
|||
b'\x01\x00\x00\x00\x00\x00\x00\x00' |
|||
|
Loading…
Reference in new issue