mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
e0c87c64b1
* 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