]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
authorHai Shi <shihai1992@gmail.com>
Thu, 29 Jul 2021 07:57:02 +0000 (15:57 +0800)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 07:57:02 +0000 (09:57 +0200)
commita390ebea17a96d1c93fc5f75b1e19916090a4561
tree3780f80b1c97d14aa433260ddc039e6f5046996a
parent5269c091458c5ea76eb625e4fabc9980b6309266
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
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/2020-12-23-01-28-50.bpo-42035.S9eUm0.rst [new file with mode: 0644]
Misc/stable_abi.txt
Modules/_testcapimodule.c
Objects/typeobject.c
PC/python3dll.c