]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(... 10869/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Dec 2018 09:11:30 +0000 (01:11 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 09:11:30 +0000 (01:11 -0800)
commita9f435e5d856fb62516b70a78217e40b90bec233
tree1b83c8be37991afb11e61fd01b155ffa14972e7d
parentbdeb56cd21ef3f4f086c93045d80f2a753823379
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853)

Use "ll" instead of the nonstandard "q".
(cherry picked from commit 062cbb67726f26794b1b461853e40696b4a0b220)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/_ctypes/callproc.c