]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject()...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 Sep 2021 21:12:50 +0000 (00:12 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 21:12:50 +0000 (23:12 +0200)
commitec4e2ec241acb3bf4e04a351c06c0b05a1e4b7d2
tree6f5915e6de6bf4614397386dc36268dec97395f5
parent8f9d398b46e5e932118094854110584f465a8179
[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594)

py2exe and PyOxidizer rely on this API.
It will be removed in Python 3.11.

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Include/cpython/import.h
Misc/NEWS.d/next/C API/2021-09-28-12-00-55.bpo-45307.3ETFfX.rst [new file with mode: 0644]
Python/import.c