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 serhiy.storchaka, vstinner
Date 2013-04-10.23:53:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365638001.77.0.401787088666.issue17694@psf.upfronthosting.co.za>
In-reply-to
Content
The _PyUnicodeWriter API is used in many functions to create Unicode strings, especially decoders. Performances are not optimal: it is not possible to specify the minimum length of the buffer if the overallocation is disabled. It may help #17693 for example.
History
Date User Action Args
2013-04-10 23:53:21vstinnersetrecipients: + vstinner, serhiy.storchaka
2013-04-10 23:53:21vstinnersetmessageid: <1365638001.77.0.401787088666.issue17694@psf.upfronthosting.co.za>
2013-04-10 23:53:21vstinnerlinkissue17694 messages
2013-04-10 23:53:21vstinnercreate