]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
authorHai Shi <shihai1992@gmail.com>
Tue, 17 Aug 2021 13:39:34 +0000 (21:39 +0800)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 13:39:34 +0000 (15:39 +0200)
commit3e2c643ae0b21f9e596bfd9c8ec99ca546ea8d0f
treebe4a37d2598016830e499dd7fb45b75fea71b1e9
parent6a358bb9482f7595b858ea7b800cbe66f0de5fa1
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Doc/c-api/type.rst
Doc/data/refcounts.dat
Doc/data/stable_abi.dat
Doc/whatsnew/3.11.rst
Include/object.h
Misc/NEWS.d/next/C API/2021-08-02-20-49-36.bpo-42035.HTBcZt.rst [new file with mode: 0644]
Misc/stable_abi.txt
Modules/_testcapimodule.c
Objects/typeobject.c
PC/python3dll.c