]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (GH-99427)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Nov 2022 13:25:34 +0000 (15:25 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 13:25:34 +0000 (15:25 +0200)
commit3fe7d7c020a8b2d395a58bfafbe689ee36f7fe30
tree379b635e70647b91d26456c2dc3ff58e970bfeba
parentc340cbb7f74bc99eaf72d6a4ef5b4d504d8519c8
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (GH-99427)
Modules/_ctypes/callproc.c
Modules/_gdbmmodule.c
Modules/pyexpat.c