[issue5180] 3.1 cannot unpickle 2.7-created pickle
Alexandre Vassalotti
report at bugs.python.org
Sat Jul 17 20:27:06 CEST 2010
Alexandre Vassalotti <alexandre at peadrop.com> added the comment:
The args argument is always a tuple created with Pdata_poptuple(). You can add an explicit type check. If this check fails a RuntimeError should be raised, because this would indicate a programming error in pickle.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5180>
_______________________________________
More information about the Python-bugs-list
mailing list