diff options
author | Guido van Rossum <guido@python.org> | 1997-01-03 21:05:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-01-03 21:05:44 (GMT) |
commit | 9bc7e0af50348cc0dd8110d2427597ecf53d9451 (patch) | |
tree | fdff1f9f612ddc806c8b968020492b9aefad2150 /Modules/python.exp | |
parent | d44be3fdb77f5486a3eb0d886327718624495f0f (diff) | |
download | cpython-9bc7e0af50348cc0dd8110d2427597ecf53d9451.zip cpython-9bc7e0af50348cc0dd8110d2427597ecf53d9451.tar.gz cpython-9bc7e0af50348cc0dd8110d2427597ecf53d9451.tar.bz2 |
Added PyLong*UnsignedLong and PyCobject interfaces.
Diffstat (limited to 'Modules/python.exp')
-rw-r--r-- | Modules/python.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/python.exp b/Modules/python.exp index ac72f54..bb3b604 100644 --- a/Modules/python.exp +++ b/Modules/python.exp @@ -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 |