]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 22 Nov 2023 22:03:33 +0000 (15:03 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Nov 2023 22:03:33 +0000 (15:03 -0700)
commit790db85c7737c2ebbb145f9a26f675a586c5f0d1
tree6f8e50af6d9e3eb470dc79a4d305eb77d79da9ae
parent5c3a129ecfbaac107bccf3083533276ee0ccc036
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)

The new function corresponds to the existing (public) PyType_GetName() and PyType_GetQualName().
Include/internal/pycore_typeobject.h
Lib/test/test_capi/test_misc.py
Modules/_testcapimodule.c
Modules/_testinternalcapi.c
Objects/typeobject.c