[issue8383] pickle is unable to encode unicode surrogates

STINNER Victor report at bugs.python.org
Tue Apr 13 02:51:34 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I found this bug indirectly: test_logging failed on a SocketHandler if LogRecord.pathname contains a surrogate character. SocketHandler uses pickle to serialize the record.

----------

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


More information about the Python-bugs-list mailing list