]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Oct 2023 15:08:41 +0000 (18:08 +0300)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 15:08:41 +0000 (18:08 +0300)
commit59ea0f523e155ac1a471cd292b41a76241fccd36
tree9d5f216adbc400011f3e7e35c17575a379c735ac
parentff4e53cb747063e95eaec181fd396f062f885ac2
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
13 files changed:
Modules/_ctypes/callproc.c
Modules/_cursesmodule.c
Modules/_datetimemodule.c
Modules/_opcode.c
Modules/_winapi.c
Modules/_zoneinfo.c
Modules/clinic/_cursesmodule.c.h
Modules/clinic/_winapi.c.h
Modules/overlapped.c
Modules/posixmodule.c
Modules/pyexpat.c
Modules/signalmodule.c
Modules/socketmodule.c