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 <[email protected]>
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: <[email protected]>
2013-04-10 23:53:21vstinnerlinkissue17694 messages
2013-04-10 23:53:21vstinnercreate