mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
This commit is contained in:
parent
110ee34e41
commit
9c56409d33
6 changed files with 96 additions and 4 deletions
|
@ -513,6 +513,7 @@ PyTuple_Size
|
|||
PyTuple_Type
|
||||
PyType_ClearCache
|
||||
PyType_FromSpec
|
||||
PyType_FromSpecWithBases
|
||||
PyType_GenericAlloc
|
||||
PyType_GenericNew
|
||||
PyType_GetFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue