[issue6784] byte/unicode pickle incompatibilities between python2 and and python3

RonnyPfannschmidt report at bugs.python.org
Thu Aug 27 16:55:22 CEST 2009


RonnyPfannschmidt <Ronny.Pfannschmidt at gmx.de> added the comment:

unpickle of any non-ascii string from python2 will break
the only way out would be to ensure text strings and a single defined
encoding (at that point storing unicode strings in any case seems more
practical)

also byte-strings stored as python2 str would break

and since i pass around binary strings as parts of objects, its just
completely broken for me

----------

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


More information about the Python-bugs-list mailing list