[issue5180] 3.1 cannot unpickle 2.7-created pickle

Alexander Belopolsky report at bugs.python.org
Sun Jun 27 03:48:03 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Hmm.  It looks like another pickle vs. _pickle issue.  Attached patch is a result of 2to3 applied to Tools/pybench (and a minor manual fix for pickle import) with _pickle import disabled.

With the patch applied,

$ ./python Tools/pybench/pybench.py --debug -s 27.bench

runs fine and produces results identical to those for a similar run from the trunk.

Looks like it is time to fire up gdb.

----------
keywords: +patch
Added file: http://bugs.python.org/file17781/issue5180.diff

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


More information about the Python-bugs-list mailing list