[issue17711] Persistent id in pickle with protocol version 0

Alexandre Vassalotti report at bugs.python.org
Sat Apr 13 20:35:18 CEST 2013


Alexandre Vassalotti added the comment:

In protocol 0, the persistent ID is restricted to alphanumeric strings because of the problems that arise when the persistent ID contains newline characters. _pickle likely should be changed to use the ASCII decoded. And perhaps, we should check for embedded newline characters too.

----------

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


More information about the Python-bugs-list mailing list