commit | 3b73ea127892d0e1f9d8f12f88e4f9c0ba0b89b1 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 16 10:19:20 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 16 10:19:20 2016 +0200 |
tree | a1a58a83f9d60f7d5d02e5d116bb76ee13c42254 | |
parent | 21060105d99a9153db44dd88eb750965392fd966 [diff] | |
parent | f4934ea77da38516731a75fbf9458b248d26dd81 [diff] |
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions.