]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Dec 2018 23:51:04 +0000 (15:51 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 23:51:04 +0000 (15:51 -0800)
commit53e2248a94cd89e65326c5cfd400f74a88552d8c
tree9c9bde842cd1467e0c9f3a6eb915d34063dcbe94
parentea6b322829c62951362f267d7afdd262aa2b3e2c
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