This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients loewis, vinay.sajip, vstinner
Date 2011-11-09.09:19:16
SpamBayes Score 1.0768375e-05
Marked as misclassified No
Message-id <1320830357.24.0.583969599465.issue13377@psf.upfronthosting.co.za>
In-reply-to
Content
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@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()
History
Date User Action Args
2011-11-09 09:19:17vstinnersetrecipients: + vstinner, loewis, vinay.sajip
2011-11-09 09:19:17vstinnersetmessageid: <1320830357.24.0.583969599465.issue13377@psf.upfronthosting.co.za>
2011-11-09 09:19:16vstinnerlinkissue13377 messages
2011-11-09 09:19:16vstinnercreate