mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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
Doc/data/stable_abi.dat
generated
1
Doc/data/stable_abi.dat
generated
|
|
@ -690,6 +690,7 @@ func,PyType_FromSpec,3.2,,
|
|||
func,PyType_FromSpecWithBases,3.3,,
|
||||
func,PyType_GenericAlloc,3.2,,
|
||||
func,PyType_GenericNew,3.2,,
|
||||
func,PyType_GetBaseByToken,3.14,,
|
||||
func,PyType_GetFlags,3.2,,
|
||||
func,PyType_GetFullyQualifiedName,3.13,,
|
||||
func,PyType_GetModule,3.10,,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue