diff options
author | Victor Stinner <vstinner@python.org> | 2024-10-09 08:15:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 08:15:17 (GMT) |
commit | e0c87c64b1cb4112ed5cfc1ae84ff8e48b1c0340 (patch) | |
tree | 6bb6ba38ecbc3cfe2a062f91326561ade463bfd2 /Python/Python-tokenize.c | |
parent | 7f93dbf6fec152888727a0f25a3aa030d1fe27ca (diff) | |
download | cpython-e0c87c64b1cb4112ed5cfc1ae84ff8e48b1c0340.zip cpython-e0c87c64b1cb4112ed5cfc1ae84ff8e48b1c0340.tar.gz cpython-e0c87c64b1cb4112ed5cfc1ae84ff8e48b1c0340.tar.bz2 |
gh-124502: Remove _PyUnicode_EQ() function (#125114)
* 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().
Diffstat (limited to 'Python/Python-tokenize.c')
0 files changed, 0 insertions, 0 deletions