From: Serhiy Storchaka Date: Wed, 16 Nov 2016 13:41:31 +0000 (+0200) Subject: Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. X-Git-Tag: v3.7.0a1~1974 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29a54473600bc69975fd84b67570f5b04c447d84;p=python Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. The latter function is more readable, faster and doesn't raise exceptions. Based on patch by Xiang Zhang. --- 29a54473600bc69975fd84b67570f5b04c447d84