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 serhiy.storchaka
Recipients Arfrever, ezio.melotti, serhiy.storchaka, vstinner
Date 2013-10-29.18:53:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383072803.91.0.658275414761.issue19424@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a benefit from this patch. _PyUnicode_AsString() is very fast in most cases (because source lines are mostly ASCII only). On other hand, the patch replaces one-time _PyUnicode_AsString() by multiple less effective (even for ASCII strings) operations.
History
Date User Action Args
2013-10-29 18:53:23serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, Arfrever
2013-10-29 18:53:23serhiy.storchakasetmessageid: <1383072803.91.0.658275414761.issue19424@psf.upfronthosting.co.za>
2013-10-29 18:53:23serhiy.storchakalinkissue19424 messages
2013-10-29 18:53:23serhiy.storchakacreate