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 python-dev, serhiy.storchaka, vladistan, vstinner
Date 2013-04-17.22:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366237832.8.0.163050112357.issue17694@psf.upfronthosting.co.za>
In-reply-to
Content
The commit changes the default value of min_length when overallocation is enabled: it does not use at least 100 characters anymore. It did not directly introduce a bug, but the regression comes from 7ed9993d53b4 (use _PyUnicodeWriter for Unicode decoders). The following commits should fix these issues.

changeset:   83435:94d1c3bdb79c
tag:         tip
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Thu Apr 18 00:25:28 2013 +0200
files:       Objects/unicodeobject.c
description:
Fix bug in Unicode decoders related to _PyUnicodeWriter

Bug introduced by changesets 7ed9993d53b4 and edf029fc9591.


changeset:   83434:7eb52460c999
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Wed Apr 17 23:58:16 2013 +0200
files:       Objects/unicodeobject.c
description:
Fix typo in unicode_decode_call_errorhandler_writer()

Bug introduced by changeset 7ed9993d53b4.
History
Date User Action Args
2013-04-17 22:30:32vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka, vladistan
2013-04-17 22:30:32vstinnersetmessageid: <1366237832.8.0.163050112357.issue17694@psf.upfronthosting.co.za>
2013-04-17 22:30:32vstinnerlinkissue17694 messages
2013-04-17 22:30:32vstinnercreate