From: Serhiy Storchaka Date: Wed, 16 Nov 2016 08:19:57 +0000 (+0200) Subject: Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIISt... X-Git-Tag: v3.7.0a1~1975 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a73bf365e9664f8dd3357ebbb78ceaa79df2172;p=thirdparty%2FPython%2Fcpython.git Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. --- 1a73bf365e9664f8dd3357ebbb78ceaa79df2172