mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Added PyLong*UnsignedLong and PyCobject interfaces.
This commit is contained in:
parent
d44be3fdb7
commit
9bc7e0af50
2 changed files with 8 additions and 0 deletions
|
@ -54,6 +54,8 @@ PyCallable_Check
|
|||
PyClass_IsSubclass
|
||||
PyClass_New
|
||||
PyClass_Type
|
||||
PyCObject_FromVoidPtr
|
||||
PyCObject_AsVoidPtr
|
||||
PyCode_New
|
||||
PyCode_Type
|
||||
PyComplex_AsCComplex
|
||||
|
@ -183,8 +185,10 @@ PyList_Sort
|
|||
PyList_Type
|
||||
PyLong_AsDouble
|
||||
PyLong_AsLong
|
||||
PyLong_AsUnsignedLong
|
||||
PyLong_FromDouble
|
||||
PyLong_FromLong
|
||||
PyLong_FromUnsignedLong
|
||||
PyLong_FromString
|
||||
PyLong_Type
|
||||
PyMapping_Check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue