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 barry, christian.heimes, kristjan.jonsson, pitrou, vstinner
Date 2013-10-11.09:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwajhj5TkmwZXzwkYvGkGyRLYWxWJ+E_bDy3Nh02DvZh2g@mail.gmail.com>
In-reply-to <1381482914.09.0.241333065996.issue19219@psf.upfronthosting.co.za>
Content
> unmarshalling ASCII strings is faster: you can pass 127 to PyUnicode_New without scanning for non-ASCII chars

Oh, I forgot this pain of the PEP 393. Don't tell me more, it's enough :-)
History
Date User Action Args
2013-10-11 09:27:40vstinnersetrecipients: + vstinner, barry, pitrou, kristjan.jonsson, christian.heimes
2013-10-11 09:27:40vstinnerlinkissue19219 messages
2013-10-11 09:27:40vstinnercreate