mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
This commit is contained in:
parent
25cd8730aa
commit
c432df6d56
15 changed files with 48 additions and 27 deletions
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
|
@ -639,6 +639,7 @@ EXPORT_FUNC(PyType_GenericNew)
|
|||
EXPORT_FUNC(PyType_GetFlags)
|
||||
EXPORT_FUNC(PyType_GetFullyQualifiedName)
|
||||
EXPORT_FUNC(PyType_GetModule)
|
||||
EXPORT_FUNC(PyType_GetModuleName)
|
||||
EXPORT_FUNC(PyType_GetModuleState)
|
||||
EXPORT_FUNC(PyType_GetName)
|
||||
EXPORT_FUNC(PyType_GetQualName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue