New submission from Róbert Lexmann <robo.lexm...@gmail.com>:

struct.pack('id',a,b) returns 16 bytes, should return 4+8=12 bytes. 
struct.calcsize('id') also returns 16.

----------
messages: 310584
nosy: Róbert Lexmann
priority: normal
severity: normal
status: open
title: Wrong byte count with struct
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32648>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to