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 ezio.melotti, serhiy.storchaka, vstinner
Date 2013-04-10.23:50:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365637855.94.0.450867352057.issue17693@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch modify CJK decoders to use the _PyUnicodeWriter API. It adds a new _PyUnicodeWriter_WriteChar() function.

Performances are not optimal: the overallocation is not well controlled. I will try to adjust it later (if this patch is accepted).
History
Date User Action Args
2013-04-10 23:50:56vstinnersetrecipients: + vstinner, ezio.melotti, serhiy.storchaka
2013-04-10 23:50:55vstinnersetmessageid: <1365637855.94.0.450867352057.issue17693@psf.upfronthosting.co.za>
2013-04-10 23:50:55vstinnerlinkissue17693 messages
2013-04-10 23:50:55vstinnercreate