mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
@ -1,3 +1,4 @@
|
|||
; When changing this file, run python33gen.py
|
||||
LIBRARY "python3"
|
||||
EXPORTS
|
||||
PyArg_Parse=python33.PyArg_Parse
|
||||
|
@ -513,6 +514,7 @@ EXPORTS
|
|||
PyTuple_Type=python33.PyTuple_Type DATA
|
||||
PyType_ClearCache=python33.PyType_ClearCache
|
||||
PyType_FromSpec=python33.PyType_FromSpec
|
||||
PyType_FromSpecWithBases=python33.PyType_FromSpecWithBases
|
||||
PyType_GenericAlloc=python33.PyType_GenericAlloc
|
||||
PyType_GenericNew=python33.PyType_GenericNew
|
||||
PyType_GetFlags=python33.PyType_GetFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue