Browse Source
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
In addition, fix some other minor violations of C99.pull/13121/head
committed by
Brett Cannon
11 changed files with 26 additions and 24 deletions
-
2Misc/NEWS.d/next/Core and Builtins/2019-04-10-18-12-11.bpo-36594.fbnJAc.rst
-
8Modules/_ctypes/_ctypes_test.c
-
4Modules/_ctypes/callproc.c
-
2Modules/_xxsubinterpretersmodule.c
-
2Modules/hashtable.c
-
10Objects/object.c
-
2Objects/obmalloc.c
-
6Objects/unicodeobject.c
-
2Programs/_freeze_importlib.c
-
8Python/sysmodule.c
-
4Python/thread_pthread.h
@ -0,0 +1,2 @@ |
|||
Fix incorrect use of ``%p`` in format strings. |
|||
Patch by Zackery Spytz. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue