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 serhiy.storchaka, xiang.zhang
Date 2016-12-12.11:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481541730.48.0.478924248348.issue28943@psf.upfronthosting.co.za>
In-reply-to
Content
Some unicode APIs like PyUnicode_Contains get a short path comparing kinds. But this get a problem cannot apply to ascii and latin1. PyUnicode_MAX_CHAR_VALUE could be used instead to make the short path also apply to ascii and latin1. This skill is already used in PyUnicode_Replace.
History
Date User Action Args
2016-12-12 11:22:10xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka
2016-12-12 11:22:10xiang.zhangsetmessageid: <1481541730.48.0.478924248348.issue28943@psf.upfronthosting.co.za>
2016-12-12 11:22:10xiang.zhanglinkissue28943 messages
2016-12-12 11:22:10xiang.zhangcreate