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 Arfrever, eric.smith, ethan.furman, martin.panter, nascheme, ncoghlan, vstinner
Date 2015-01-05.10:19:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420453143.28.0.397793949286.issue20284@psf.upfronthosting.co.za>
In-reply-to
Content
I would be nice to share as much code as possible with the Unicode implementation. My idea was to add a "_PyBytesWriter" API, very close to the "_PyUnicodeWriter", to share code. Old patch implementing the _PyBytesWriter API: issue #17742 (rejected because it was less efficient, the compiler produces less efficient machine code).
History
Date User Action Args
2015-01-05 10:19:03vstinnersetrecipients: + vstinner, nascheme, ncoghlan, eric.smith, Arfrever, ethan.furman, martin.panter
2015-01-05 10:19:03vstinnersetmessageid: <1420453143.28.0.397793949286.issue20284@psf.upfronthosting.co.za>
2015-01-05 10:19:03vstinnerlinkissue20284 messages
2015-01-05 10:19:03vstinnercreate