Message187211
| 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:32 | vstinner | set | recipients:
+ vstinner, python-dev, serhiy.storchaka, vladistan |
| 2013年04月17日 22:30:32 | vstinner | set | messageid: <1366237832.8.0.163050112357.issue17694@psf.upfronthosting.co.za> |
| 2013年04月17日 22:30:32 | vstinner | link | issue17694 messages |
| 2013年04月17日 22:30:32 | vstinner | create |
|