]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Mar 2024 16:19:36 +0000 (17:19 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 16:19:36 +0000 (16:19 +0000)
commit19c3a2ff91ccf7444efadbc8f7e67269060050a2
treea6e7d0e2710d66c585c7ffe4451eee85710d8ba7
parentb54d7c87aaf23fbd67171d0dd3e4f4ab736e6a48
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)

Rewrite tests on type names in Python, they were written in C.
Doc/c-api/type.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
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-15-17-11.gh-issue-111696.YmnvAi.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapimodule.c
Objects/typeobject.c
PC/python3dll.c