]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Jan 2021 21:29:31 +0000 (13:29 -0800)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 21:29:31 +0000 (15:29 -0600)
commitc347cbe694743cee120457aa6626712f7799a932
treee009c09cc9216e7fb0ece5fa2c700f5ab73078ce
parenta90539f5723a4c34430761be8cba97daa8474abf
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247)

(cherry picked from commit 916610ef90a0d0761f08747f7b0905541f0977c7)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/ctypes/test/test_parameters.py
Misc/NEWS.d/next/Security/2021-01-18-09-27-31.bpo-42938.4Zn4Mp.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c