At Greg Stein's request, add PyLong_*LongLong entry points.

This commit is contained in:
Guido van Rossum 1998-09-17 13:58:37 +00:00
parent b00d252586
commit e0bdf99c0b
1 changed files with 4 additions and 0 deletions

View File

@ -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