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