]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 29 Sep 2021 11:27:08 +0000 (12:27 +0100)
commit2ca4ab8031107f9e474e2ce26561ab9ad51faf9c
treeb653a0877f887a8d40bbf52bebc30d59589226b3
parent3397e3192ccc95ff7076f735930d2f4c60fbc278
[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