STINNER Victor <victor.stin...@haypocalc.com> 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 <victor.stin...@haypocalc.com>
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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13377>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to