]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 8 May 2025 13:08:43 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 13:08:43 +0000 (13:08 +0000)
commita2c4467d06028e3dbf79edd1d6c0cc2e7f11be85
tree61d85741b4ef72e745408c33fdfe168887db04ad
parent26839eae2079bd797491dfdcc00eaca1dbcbf77c
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
17 files changed:
Doc/c-api/import.rst
Doc/data/refcounts.dat
Doc/data/stable_abi.dat
Doc/deprecations/c-api-pending-removal-in-3.15.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/3.0.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.15.rst
Doc/whatsnew/3.3.rst
Include/import.h
Lib/test/test_capi/test_import.py
Misc/NEWS.d/3.11.0a4.rst
Misc/NEWS.d/3.13.0a1.rst
Misc/NEWS.d/next/C_API/2025-05-08-12-25-47.gh-issue-133644.Yb86Rm.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testlimitedcapi/import.c
Python/import.c