]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Mar 2024 16:32:20 +0000 (17:32 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2024 16:32:20 +0000 (16:32 +0000)
commit507896d97dcff2d7999efa264b29d9003c525c49
treef46d689010f34344f60e86adac8e9fdb33867e3d
parent0c1a42cf9c8cd0d4534d5c1d58f118ce7c5c446e
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/cpython/object.h
Include/object.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2024-03-17-22-42-21.gh-issue-116936.tNrzfm.rst [new file with mode: 0644]
Misc/stable_abi.toml
PC/python3dll.c