[issue26746] struct.pack(): trailing padding bytes on x64

Allan Haldane report at bugs.python.org
Wed Jul 6 12:00:47 EDT 2016


Allan Haldane added the comment:

Hello,

Over at numpy I have a proposed fix for the bug you discovered, that numpy drops trailing padding in the 3118 format string. My strategy is going to make numpy interpret format strings exactly the same way as the struct module, let me know if you disagree.

See https://github.com/numpy/numpy/pull/7798

----------
nosy: +Allan Haldane

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


More information about the Python-bugs-list mailing list