Commit 6952177d authored by Jack Jansen's avatar Jack Jansen

Added longlong routines.

parent f122d366
...@@ -431,6 +431,10 @@ PyList_New ...@@ -431,6 +431,10 @@ PyList_New
PyLong_Type PyLong_Type
PyLong_FromUnicode PyLong_FromUnicode
PyLong_FromString PyLong_FromString
PyLong_AsUnsignedLongLong
PyLong_AsLongLong
PyLong_FromUnsignedLongLong
PyLong_FromLongLong
PyLong_AsVoidPtr PyLong_AsVoidPtr
PyLong_FromVoidPtr PyLong_FromVoidPtr
PyLong_AsDouble PyLong_AsDouble
...@@ -2102,7 +2106,6 @@ set_new_handler__3stdFPFv_v # std::set_new_handler(void (*)(void)) ...@@ -2102,7 +2106,6 @@ set_new_handler__3stdFPFv_v # std::set_new_handler(void (*)(void))
__throw_bad_alloc__3stdFv # std::__throw_bad_alloc() __throw_bad_alloc__3stdFv # std::__throw_bad_alloc()
__dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc() __dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc()
qd qd
exit
__console_exit __console_exit
__stdio_exit __stdio_exit
__aborting __aborting
......
...@@ -431,6 +431,10 @@ PyList_New ...@@ -431,6 +431,10 @@ PyList_New
PyLong_Type PyLong_Type
PyLong_FromUnicode PyLong_FromUnicode
PyLong_FromString PyLong_FromString
PyLong_AsUnsignedLongLong
PyLong_AsLongLong
PyLong_FromUnsignedLongLong
PyLong_FromLongLong
PyLong_AsVoidPtr PyLong_AsVoidPtr
PyLong_FromVoidPtr PyLong_FromVoidPtr
PyLong_AsDouble PyLong_AsDouble
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment