mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
This commit is contained in:
parent
ad88d7a26b
commit
71d4e44fd7
2 changed files with 2 additions and 0 deletions
|
@ -518,6 +518,7 @@ PyType_FromSpecWithBases
|
|||
PyType_GenericAlloc
|
||||
PyType_GenericNew
|
||||
PyType_GetFlags
|
||||
PyType_GetSlot
|
||||
PyType_IsSubtype
|
||||
PyType_Modified
|
||||
PyType_Ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue