[issue11564] pickle not 64-bit ready

Antoine Pitrou report at bugs.python.org
Mon Aug 29 23:43:23 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Should be fixed as far as possible (OverflowErrors will be raised instead of crashing).
Making people actually 64-bit compliant is part of PEP 3154 (http://www.python.org/dev/peps/pep-3154/).

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list