[issue2980] Pickle stream for unicode object may contain non-ASCII characters.

Alexandre Vassalotti report at bugs.python.org
Wed Apr 22 22:28:15 CEST 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

> I wouldn't mind a protocol 3 that does <128 ascii only. If only because
> debugging base64'd zlib'd protocol-2 data is not particularly convenient.

Is there any reason that prevent you to debug your pickle using pickle
disassembler tool—i.e., pickletools.dis()?

----------

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


More information about the Python-bugs-list mailing list