[issue9614] _pickle is not entirely 64-bit safe

Amaury Forgeot d'Arc report at bugs.python.org
Wed Apr 27 10:31:57 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The warnings above are a bit old: 027f81579b4a changed Pdata into a PyVarObject, and the "int length" member is now accessed with the Py_SIZE() macro.
Unfortunately, the only win64 buildbot is offline, and I could not find any recent log of compilation warnings.

----------

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


More information about the Python-bugs-list mailing list