[issue8715] Create PyUnicode_EncodeFSDefault() function

STINNER Victor report at bugs.python.org
Sat May 15 15:17:16 CEST 2010


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

> bootstrap failure on Windows: import did use default error handler, 
> it uses surrogateescape error handler, but PyUnicode_EncodeString()
> doesn't have codec "fast-path" for MBCS+surrogateescape.

I enabled "shortcuts" in PyUnicode_EncodeString() for any error handler (not only the default error handler, strict) in r81192.

----------

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


More information about the Python-bugs-list mailing list