mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-124153: Implement PyType_GetBaseByToken()
and Py_tp_token
slot (GH-124163)
This commit is contained in:
parent
79a7410236
commit
646f16bdee
18 changed files with 443 additions and 13 deletions
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
@ -651,6 +651,7 @@ EXPORT_FUNC(PyType_FromSpec)
|
|||
EXPORT_FUNC(PyType_FromSpecWithBases)
|
||||
EXPORT_FUNC(PyType_GenericAlloc)
|
||||
EXPORT_FUNC(PyType_GenericNew)
|
||||
EXPORT_FUNC(PyType_GetBaseByToken)
|
||||
EXPORT_FUNC(PyType_GetFlags)
|
||||
EXPORT_FUNC(PyType_GetFullyQualifiedName)
|
||||
EXPORT_FUNC(PyType_GetModule)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue