]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Apr 2020 07:48:40 +0000 (10:48 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Apr 2020 07:48:40 +0000 (10:48 +0300)
commitcd8295ff758891f21084a6a5ad3403d35dda38f7
treea77f829dea34198a7f36658c6e22baf4bc0bf5f5
parent7ec43a73092d43c6c95e7dd2669f49d54b57966f
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
27 files changed:
Modules/_csv.c
Modules/_decimal/_decimal.c
Modules/_elementtree.c
Modules/_io/textio.c
Modules/_json.c
Modules/_operator.c
Modules/_pickle.c
Modules/_sqlite/connection.c
Modules/_sre.c
Modules/cjkcodecs/cjkcodecs.h
Modules/cjkcodecs/multibytecodec.c
Modules/cjkcodecs/multibytecodec.h
Modules/pyexpat.c
Modules/sre.h
Modules/sre_lib.h
Modules/unicodedata.c
Objects/bytesobject.c
Objects/exceptions.c
Objects/stringlib/codecs.h
Objects/typeobject.c
Objects/unicodeobject.c
Python/_warnings.c
Python/ast.c
Python/codecs.c
Python/formatter_unicode.c
Python/getargs.c
Python/traceback.c