]> granicus.if.org Git - python/commit
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Mar 2019 20:59:55 +0000 (22:59 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2019 20:59:55 +0000 (22:59 +0200)
commitd53fe5f407ff4b529628b01a1bcbf21a6aad5c3a
treedb8a8657e379e60b26fe2bfdbad4da612fbb46b9
parent10f8ce66884cd7fee2372b8dae08ca8132091574
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
20 files changed:
Modules/_collectionsmodule.c
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/coreconfig.c
Python/dynload_win.c
Python/getargs.c
Python/hamt.c
Python/pyarena.c