]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Mar 2024 18:17:43 +0000 (19:17 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 18:17:43 +0000 (18:17 +0000)
commitc432df6d56f3e02530132321b47dcc7b914a3660
tree5681440b657fcbdd83da18a7fb2e74dfef1a1656
parent25cd8730aa39c18e767f63586dfd1da2fbb307c9
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
15 files changed:
Doc/c-api/type.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/internal/pycore_typeobject.h
Include/object.h
Lib/test/test_capi/test_misc.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2024-03-14-18-00-32.gh-issue-111696.L6oIPq.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_functoolsmodule.c
Modules/_testcapimodule.c
Modules/_testinternalcapi.c
Objects/typeobject.c
PC/python3dll.c
Python/crossinterp.c