]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes...
authorBenjamin Peterson <benjamin@python.org>
Mon, 18 Jan 2021 21:11:46 +0000 (15:11 -0600)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 21:11:46 +0000 (15:11 -0600)
commit34df10a9a16b38d54421eeeaf73ec89828563be7
treec57067257088bcf71dee8822ee7c58677c04731b
parent415c4a127027d0c505a8ce91999df1e39d3cf372
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24250)

(cherry picked from commit 916610ef90a0d0761f08747f7b0905541f0977c7)

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