]> 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:28:52 +0000 (13:28 -0800)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 21:28:52 +0000 (15:28 -0600)
commitece5dfd403dac211f8d3c72701fe7ba7b7aa5b5f
tree781bf28008d953ba6993ad4d0a4b861c483a50f3
parentf08c66467d56c71f75c6659ede9177449fe9d2e6
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24248)

(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