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 methane
Recipients methane, serhiy.storchaka, vstinner
Date 2019-06-20.16:32:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561048329.98.0.824743995666.issue37348@roundup.psfhosted.org>
In-reply-to
Content
Oh, wait.  Why we used _PyUnicodeWriter here?
Decoding UTF-8 must not require it.  2-pass is enough.
History
Date User Action Args
2019-06-20 16:32:09methanesetrecipients: + methane, vstinner, serhiy.storchaka
2019-06-20 16:32:09methanesetmessageid: <1561048329.98.0.824743995666.issue37348@roundup.psfhosted.org>
2019-06-20 16:32:09methanelinkissue37348 messages
2019-06-20 16:32:09methanecreate