]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (GH-12322)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Mar 2019 08:47:27 +0000 (10:47 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2019 08:47:27 +0000 (10:47 +0200)
commit783bed4c8daf65a2893d94761ea44af4e3718f4f
treecf5ce9cca23905968219200014eef4e7506b7563
parenta84f9bc11c3ce4854f7b4e16f3cb3cca954092f6
[3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (GH-12322)

(cherry picked from commit d53fe5f407ff4b529628b01a1bcbf21a6aad5c3a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
18 files changed:
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/malloc_closure.c
Modules/_io/winconsoleio.c
Modules/_localemodule.c
Modules/_lzmamodule.c
Modules/_multiprocessing/semaphore.c
Modules/_ssl.c
Modules/binascii.c
Modules/socketmodule.c
Objects/bytesobject.c
Objects/odictobject.c
Objects/structseq.c
PC/launcher.c
Python/dynload_win.c
Python/getargs.c
Python/hamt.c
Python/pyarena.c