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 pitrou
Recipients josh.r, pitrou, vstinner
Date 2014-10-22.22:41:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414017711.72.0.366863871727.issue21449@psf.upfronthosting.co.za>
In-reply-to
Content
Note that PyUnicode_CompareWithASCII should be quite fast in most cases (it uses memcmp() on UCS1 strings).
History
Date User Action Args
2014-10-22 22:41:51pitrousetrecipients: + pitrou, vstinner, josh.r
2014-10-22 22:41:51pitrousetmessageid: <1414017711.72.0.366863871727.issue21449@psf.upfronthosting.co.za>
2014-10-22 22:41:51pitroulinkissue21449 messages
2014-10-22 22:41:51pitroucreate