[issue5145] struct.calcsize('cd') returns 16 instead of 9

Georg Brandl report at bugs.python.org
Thu Feb 5 11:33:26 CET 2009


Georg Brandl <georg at python.org> added the comment:

The docs have this sentence:

"""
By default, C numbers are represented in the machine's native format and
byte
order, and properly aligned by skipping pad bytes if necessary
(according to the
rules used by the C compiler).
"""

What would you suggest be added?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5145>
_______________________________________


More information about the Python-bugs-list mailing list