]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124502: Remove _PyUnicode_EQ() function (#125114)
authorVictor Stinner <vstinner@python.org>
Wed, 9 Oct 2024 08:15:17 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 08:15:17 +0000 (10:15 +0200)
commite0c87c64b1cb4112ed5cfc1ae84ff8e48b1c0340
tree6bb6ba38ecbc3cfe2a062f91326561ade463bfd2
parent7f93dbf6fec152888727a0f25a3aa030d1fe27ca
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().
Include/internal/pycore_unicodeobject.h
Objects/setobject.c
Objects/unicodeobject.c
Python/getargs.c