]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes...
authorBenjamin Peterson <benjamin@python.org>
Mon, 18 Jan 2021 21:24:02 +0000 (15:24 -0600)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 21:24:02 +0000 (15:24 -0600)
commitd9b8f138b7df3b455b54653ca59f491b4840d6fa
tree95658d864306d0967f00b5025541f13bda87483f
parent117830de332c8dfbd9a437c0968e16e11aa7e6a1
[3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24249)

(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