]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_ImportMod...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 12 Dec 2021 08:45:20 +0000 (14:15 +0530)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 08:45:20 +0000 (10:45 +0200)
commit41026c3155012d6ea50e01205c163b6739c675b8
treeefcb12a3838254362917553af0b6cfb230e2e7d1
parente6fe10d34096a23be7d26271cf6aba429313b01d
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_ImportModule (GH-30046)
12 files changed:
Misc/NEWS.d/next/C API/2021-12-11-08-41-36.bpo-45855.Lq2_gR.rst [new file with mode: 0644]
Modules/_ctypes/callbacks.c
Modules/_cursesmodule.c
Modules/_datetimemodule.c
Modules/posixmodule.c
Modules/signalmodule.c
Modules/timemodule.c
Objects/capsule.c
Parser/pegen.c
Parser/tokenizer.c
Python/codecs.c
Python/traceback.c