Serhiy Storchaka 1a73bf365e Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
2016-11-16 10:19:57 +02:00
..
2016-09-07 09:26:18 -07:00
2016-09-09 23:11:52 -07:00
2016-09-13 22:46:15 -07:00
2016-09-09 14:57:58 -07:00
2016-11-12 16:38:03 -05:00

Miscellaneous source files for the main Python shared library