]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92536: Remove PyUnicode_READY() calls (#105210)
authorVictor Stinner <vstinner@python.org>
Thu, 1 Jun 2023 23:33:17 +0000 (01:33 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 23:33:17 +0000 (01:33 +0200)
commitef300937c2a1b3ebe19c2835f3b46585825c1e1f
tree34f151a390fb946ff985ed98e6c1bd096c4d090b
parentcbb9ba844f15f2b8127028e6dfd4681b2cb2376f
gh-92536: Remove PyUnicode_READY() calls (#105210)

Since Python 3.12, PyUnicode_READY() does nothing and always
returns 0.
32 files changed:
Modules/_csv.c
Modules/_datetimemodule.c
Modules/_decimal/_decimal.c
Modules/_elementtree.c
Modules/_hashopenssl.c
Modules/_io/stringio.c
Modules/_io/textio.c
Modules/_json.c
Modules/_operator.c
Modules/_pickle.c
Modules/_sre/sre.c
Modules/_tkinter.c
Modules/binascii.c
Modules/cjkcodecs/multibytecodec.c
Modules/pyexpat.c
Modules/socketmodule.c
Modules/unicodedata.c
Objects/bytesobject.c
Objects/codeobject.c
Objects/exceptions.c
Objects/object.c
Objects/stringlib/codecs.h
Objects/stringlib/unicode_format.h
Objects/typeobject.c
Parser/action_helpers.c
Python/_warnings.c
Python/bltinmodule.c
Python/formatter_unicode.c
Python/getargs.c
Python/import.c
Python/intrinsics.c
Python/pystrhex.c