mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
At Greg Stein's request, add PyLong_*LongLong entry points.
This commit is contained in:
parent
b00d252586
commit
e0bdf99c0b
1 changed files with 4 additions and 0 deletions
|
@ -212,11 +212,15 @@ EXPORTS
|
|||
PyList_Sort
|
||||
PyLong_AsDouble
|
||||
PyLong_AsLong
|
||||
PyLong_AsLongLong
|
||||
PyLong_AsUnsignedLong
|
||||
PyLong_AsUnsignedLongLong
|
||||
PyLong_FromDouble
|
||||
PyLong_FromLong
|
||||
PyLong_FromLongLong
|
||||
PyLong_FromString
|
||||
PyLong_FromUnsignedLong
|
||||
PyLong_FromUnsignedLongLong
|
||||
PyMapping_Check
|
||||
PyMapping_GetItemString
|
||||
PyMapping_HasKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue