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 xiang.zhang
Recipients ezio.melotti, josh.r, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-16.11:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479295684.92.0.12779164585.issue21449@psf.upfronthosting.co.za>
In-reply-to
Content
> _PyUnicode_CompareWithId is a private function. We can remove it if it has issues.

It doesn't. But once there is _PyUnicode_EqualToASCIIId, it's can be rarely used.

The new patch implements a version of _PyUnicode_EqualToASCIIId.
History
Date User Action Args
2016-11-16 11:28:04xiang.zhangsetrecipients: + xiang.zhang, vstinner, ezio.melotti, serhiy.storchaka, josh.r
2016-11-16 11:28:04xiang.zhangsetmessageid: <1479295684.92.0.12779164585.issue21449@psf.upfronthosting.co.za>
2016-11-16 11:28:04xiang.zhanglinkissue21449 messages
2016-11-16 11:28:04xiang.zhangcreate