mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Rewrite tests on type names in Python, they were written in C.
This commit is contained in:
parent
b54d7c87aa
commit
19c3a2ff91
11 changed files with 161 additions and 94 deletions
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
|
@ -637,6 +637,7 @@ EXPORT_FUNC(PyType_FromSpecWithBases)
|
|||
EXPORT_FUNC(PyType_GenericAlloc)
|
||||
EXPORT_FUNC(PyType_GenericNew)
|
||||
EXPORT_FUNC(PyType_GetFlags)
|
||||
EXPORT_FUNC(PyType_GetFullyQualifiedName)
|
||||
EXPORT_FUNC(PyType_GetModule)
|
||||
EXPORT_FUNC(PyType_GetModuleState)
|
||||
EXPORT_FUNC(PyType_GetName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue