mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
* Replace unicode_compare_eq() with unicode_eq(). * Use unicode_eq() in setobject.c. * Replace _PyUnicode_EQ() with _PyUnicode_Equal(). * Remove unicode_compare_eq() and _PyUnicode_EQ().
Miscellaneous source files for the main Python shared library