]> granicus.if.org Git - python/commit
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
authorZackery Spytz <zspytz@gmail.com>
Mon, 6 May 2019 16:56:51 +0000 (10:56 -0600)
committerBrett Cannon <54418+brettcannon@users.noreply.github.com>
Mon, 6 May 2019 16:56:50 +0000 (12:56 -0400)
commit1a2252ed39bc1b71cdaa935d7726d82909af93ab
tree7a816ef20b914628f61cce377a9b245933ff6ec9
parentae2c32f32b61f3b141ba4b0b1ad71781d2f9a1a1
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)

In addition, fix some other minor violations of C99.
Misc/NEWS.d/next/Core and Builtins/2019-04-10-18-12-11.bpo-36594.fbnJAc.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callproc.c
Modules/_xxsubinterpretersmodule.c
Modules/hashtable.c
Objects/object.c
Objects/obmalloc.c
Objects/unicodeobject.c
Programs/_freeze_importlib.c
Python/sysmodule.c
Python/thread_pthread.h