]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
authorVictor Stinner <vstinner@python.org>
Fri, 9 Jun 2023 08:30:57 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 08:30:57 +0000 (10:30 +0200)
commit3e525d22128cf040b3fd164f52cc6ae20ca58455
tree2f13c7b5eaf259a395c3600e2b8a920972c9c2d8
parenta5f23d411062f9f29f8a7d7ddefe60d5d8e17d2e
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)

Deprecate the PyImport_ImportModuleNoBlock() function which is just
an alias to PyImport_ImportModule() since Python 3.3.
Doc/c-api/import.rst
Doc/whatsnew/3.13.rst
Include/import.h
Misc/NEWS.d/next/C API/2023-06-06-17-43-28.gh-issue-105396.FQJG5B.rst [new file with mode: 0644]
Python/import.c