STINNER Victor <[email protected]> added the comment: I may be related to recent changes on codecs. My following commit fixed a test_codecs crash, but there is maybe another bug.
changeset: 73466:9042d71962d6 user: Victor Stinner <[email protected]> date: Wed Nov 09 00:02:18 2011 +0100 files: Objects/unicodeobject.c description: Fix the code page decoder * unicode_decode_call_errorhandler() now supports the PyUnicode_WCHAR_KIND kind * unicode_decode_call_errorhandler() calls copy_characters() instead of PyUnicode_CopyCharacters() ---------- nosy: +haypo, loewis _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13377> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
