summaryrefslogtreecommitdiffstats
path: root/PC/python3dll.c
diff options
context:
space:
mode:
authorHai Shi <shihai1992@gmail.com>2021-08-17 13:39:34 (GMT)
committerGitHub <noreply@github.com>2021-08-17 13:39:34 (GMT)
commit3e2c643ae0b21f9e596bfd9c8ec99ca546ea8d0f (patch)
treebe4a37d2598016830e499dd7fb45b75fea71b1e9 /PC/python3dll.c
parent6a358bb9482f7595b858ea7b800cbe66f0de5fa1 (diff)
downloadcpython-3e2c643ae0b21f9e596bfd9c8ec99ca546ea8d0f.zip
cpython-3e2c643ae0b21f9e596bfd9c8ec99ca546ea8d0f.tar.gz
cpython-3e2c643ae0b21f9e596bfd9c8ec99ca546ea8d0f.tar.bz2
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Diffstat (limited to 'PC/python3dll.c')
-rwxr-xr-xPC/python3dll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c
index e0a7829..2420e53 100755
--- a/PC/python3dll.c
+++ b/PC/python3dll.c
@@ -593,6 +593,7 @@ EXPORT_FUNC(PyType_GetFlags)
EXPORT_FUNC(PyType_GetModule)
EXPORT_FUNC(PyType_GetModuleState)
EXPORT_FUNC(PyType_GetName)
+EXPORT_FUNC(PyType_GetQualName)
EXPORT_FUNC(PyType_GetSlot)
EXPORT_FUNC(PyType_IsSubtype)
EXPORT_FUNC(PyType_Modified)