[issue12687] Python 3.2 fails to load protocol 0 pickle

Antoine Pitrou report at bugs.python.org
Thu Aug 11 08:59:58 CEST 2011


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

Ok, the patch is not correct. The core issue is that _Unpickler_Readline should always return a \0-terminated string, but sometimes it doesn't; this issue should be fixed instead of working around it in some other function.

----------

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


More information about the Python-bugs-list mailing list