[issue18607] struct.unpack
Andres Adjimann added the comment: sorry my bad. -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue18607> ___ __
[issue18607] struct.unpack
New submission from Andres Adjimann: There is something wrong with struct.unpack. import struct print struct.calcsize('BHB') 8 print struct.calcsize('BHB') 9 -- messages: 194009 nosy: Andres.Adjimann priority: normal severity: normal status: open title