commit | fab6acd9f58584d2f4b361418e4d17f9c23db2f9 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 16 15:41:11 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 16 15:41:11 2016 +0200 |
tree | aee38e54448d48d8652ab4c62792ca414d4653f3 | |
parent | 3b73ea127892d0e1f9d8f12f88e4f9c0ba0b89b1 [diff] | |
parent | f5894dd646f5e39918377b37b8c8694cebdca103 [diff] |
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.