From: Serhiy Storchaka Date: Wed, 16 Nov 2016 13:41:11 +0000 (+0200) Subject: Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. X-Git-Tag: v3.6.0b4~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fab6acd9f58584d2f4b361418e4d17f9c23db2f9;p=thirdparty%2FPython%2Fcpython.git 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. --- fab6acd9f58584d2f4b361418e4d17f9c23db2f9