]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Apr 2020 11:58:27 +0000 (14:58 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 11:58:27 +0000 (14:58 +0300)
commit8f87eefe7f0576c05c488874eb9601a7a87c7312
tree10ea36d1f702ae9e8bc34bcc88588868706948f6
parent3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
20 files changed:
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_cursesmodule.c
Modules/_elementtree.c
Modules/_io/bytesio.c
Modules/_io/textio.c
Modules/_localemodule.c
Modules/_sqlite/connection.c
Modules/_ssl.c
Modules/_struct.c
Modules/_tkinter.c
Modules/cjkcodecs/multibytecodec.c
Modules/readline.c
Objects/bytesobject.c
Objects/fileobject.c
Objects/longobject.c
Objects/stringlib/join.h
Objects/unicodeobject.c
Python/fileutils.c