[issue13377] test_codecs "Segmentation fault" on Windows

STINNER Victor report at bugs.python.org
Wed Nov 9 10:19:17 CET 2011


STINNER Victor <victor.stinner at 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.stinner at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13377>
_______________________________________


More information about the Python-bugs-list mailing list