|
@@ -91,6 +91,7 @@ extern "C" {
|
|
|
EXPCL_PYSTUB int PyModule_AddObject(...);
|
|
EXPCL_PYSTUB int PyModule_AddObject(...);
|
|
|
EXPCL_PYSTUB int PyModule_AddStringConstant(...);
|
|
EXPCL_PYSTUB int PyModule_AddStringConstant(...);
|
|
|
EXPCL_PYSTUB int PyModule_Create2(...);
|
|
EXPCL_PYSTUB int PyModule_Create2(...);
|
|
|
|
|
+ EXPCL_PYSTUB int PyModule_Create2TraceRefs(...);
|
|
|
EXPCL_PYSTUB int PyNumber_Check(...);
|
|
EXPCL_PYSTUB int PyNumber_Check(...);
|
|
|
EXPCL_PYSTUB int PyNumber_Float(...);
|
|
EXPCL_PYSTUB int PyNumber_Float(...);
|
|
|
EXPCL_PYSTUB int PyNumber_Int(...);
|
|
EXPCL_PYSTUB int PyNumber_Int(...);
|
|
@@ -150,12 +151,14 @@ extern "C" {
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_FromStringAndSize(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_FromStringAndSize(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_FromWideChar(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_FromWideChar(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_AsWideChar(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_AsWideChar(...);
|
|
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS2_AsWideCharString(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_GetSize(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS2_GetSize(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromFormat(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromFormat(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromString(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromString(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromStringAndSize(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromStringAndSize(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromWideChar(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_FromWideChar(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_AsWideChar(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_AsWideChar(...);
|
|
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS4_AsWideCharString(...);
|
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_GetSize(...);
|
|
EXPCL_PYSTUB int PyUnicodeUCS4_GetSize(...);
|
|
|
EXPCL_PYSTUB int PyUnicode_AsUTF8(...);
|
|
EXPCL_PYSTUB int PyUnicode_AsUTF8(...);
|
|
|
EXPCL_PYSTUB int PyUnicode_AsUTF8AndSize(...);
|
|
EXPCL_PYSTUB int PyUnicode_AsUTF8AndSize(...);
|
|
@@ -174,6 +177,7 @@ extern "C" {
|
|
|
EXPCL_PYSTUB int Py_InitModule4(...);
|
|
EXPCL_PYSTUB int Py_InitModule4(...);
|
|
|
EXPCL_PYSTUB int Py_InitModule4_64(...);
|
|
EXPCL_PYSTUB int Py_InitModule4_64(...);
|
|
|
EXPCL_PYSTUB int Py_InitModule4TraceRefs(...);
|
|
EXPCL_PYSTUB int Py_InitModule4TraceRefs(...);
|
|
|
|
|
+ EXPCL_PYSTUB int Py_InitModule4TraceRefs_64(...);
|
|
|
EXPCL_PYSTUB int _PyArg_ParseTuple_SizeT(...);
|
|
EXPCL_PYSTUB int _PyArg_ParseTuple_SizeT(...);
|
|
|
EXPCL_PYSTUB int _PyArg_ParseTupleAndKeywords_SizeT(...);
|
|
EXPCL_PYSTUB int _PyArg_ParseTupleAndKeywords_SizeT(...);
|
|
|
EXPCL_PYSTUB int _PyArg_Parse_SizeT(...);
|
|
EXPCL_PYSTUB int _PyArg_Parse_SizeT(...);
|
|
@@ -183,9 +187,14 @@ extern "C" {
|
|
|
EXPCL_PYSTUB int _PyObject_Del(...);
|
|
EXPCL_PYSTUB int _PyObject_Del(...);
|
|
|
EXPCL_PYSTUB int _PyUnicode_AsString(...);
|
|
EXPCL_PYSTUB int _PyUnicode_AsString(...);
|
|
|
EXPCL_PYSTUB int _PyUnicode_AsStringAndSize(...);
|
|
EXPCL_PYSTUB int _PyUnicode_AsStringAndSize(...);
|
|
|
|
|
+ EXPCL_PYSTUB int _Py_AddToAllObjects(...);
|
|
|
EXPCL_PYSTUB int _Py_BuildValue_SizeT(...);
|
|
EXPCL_PYSTUB int _Py_BuildValue_SizeT(...);
|
|
|
EXPCL_PYSTUB int _Py_Dealloc(...);
|
|
EXPCL_PYSTUB int _Py_Dealloc(...);
|
|
|
|
|
+ EXPCL_PYSTUB int _Py_ForgetReference(...);
|
|
|
EXPCL_PYSTUB int _Py_NegativeRefcount(...);
|
|
EXPCL_PYSTUB int _Py_NegativeRefcount(...);
|
|
|
|
|
+ EXPCL_PYSTUB int _Py_NewReference(...);
|
|
|
|
|
+ EXPCL_PYSTUB int _Py_PrintReferenceAddresses(...);
|
|
|
|
|
+ EXPCL_PYSTUB int _Py_PrintReferences(...);
|
|
|
EXPCL_PYSTUB int _Py_RefTotal(...);
|
|
EXPCL_PYSTUB int _Py_RefTotal(...);
|
|
|
|
|
|
|
|
EXPCL_PYSTUB void Py_Initialize();
|
|
EXPCL_PYSTUB void Py_Initialize();
|
|
@@ -291,6 +300,7 @@ int PyModule_AddIntConstant(...) { return 0; };
|
|
|
int PyModule_AddObject(...) { return 0; };
|
|
int PyModule_AddObject(...) { return 0; };
|
|
|
int PyModule_AddStringConstant(...) { return 0; };
|
|
int PyModule_AddStringConstant(...) { return 0; };
|
|
|
int PyModule_Create2(...) { return 0; };
|
|
int PyModule_Create2(...) { return 0; };
|
|
|
|
|
+int PyModule_Create2TraceRefs(...) { return 0; };
|
|
|
int PyNumber_Check(...) { return 0; }
|
|
int PyNumber_Check(...) { return 0; }
|
|
|
int PyNumber_Float(...) { return 0; }
|
|
int PyNumber_Float(...) { return 0; }
|
|
|
int PyNumber_Int(...) { return 0; }
|
|
int PyNumber_Int(...) { return 0; }
|
|
@@ -350,12 +360,14 @@ int PyUnicodeUCS2_FromString(...) { return 0; }
|
|
|
int PyUnicodeUCS2_FromStringAndSize(...) { return 0; }
|
|
int PyUnicodeUCS2_FromStringAndSize(...) { return 0; }
|
|
|
int PyUnicodeUCS2_FromWideChar(...) { return 0; }
|
|
int PyUnicodeUCS2_FromWideChar(...) { return 0; }
|
|
|
int PyUnicodeUCS2_AsWideChar(...) { return 0; }
|
|
int PyUnicodeUCS2_AsWideChar(...) { return 0; }
|
|
|
|
|
+int PyUnicodeUCS2_AsWideCharString(...) { return 0; }
|
|
|
int PyUnicodeUCS2_GetSize(...) { return 0; }
|
|
int PyUnicodeUCS2_GetSize(...) { return 0; }
|
|
|
int PyUnicodeUCS4_FromFormat(...) { return 0; }
|
|
int PyUnicodeUCS4_FromFormat(...) { return 0; }
|
|
|
int PyUnicodeUCS4_FromString(...) { return 0; }
|
|
int PyUnicodeUCS4_FromString(...) { return 0; }
|
|
|
int PyUnicodeUCS4_FromStringAndSize(...) { return 0; }
|
|
int PyUnicodeUCS4_FromStringAndSize(...) { return 0; }
|
|
|
int PyUnicodeUCS4_FromWideChar(...) { return 0; }
|
|
int PyUnicodeUCS4_FromWideChar(...) { return 0; }
|
|
|
int PyUnicodeUCS4_AsWideChar(...) { return 0; }
|
|
int PyUnicodeUCS4_AsWideChar(...) { return 0; }
|
|
|
|
|
+int PyUnicodeUCS4_AsWideCharString(...) { return 0; }
|
|
|
int PyUnicodeUCS4_GetSize(...) { return 0; }
|
|
int PyUnicodeUCS4_GetSize(...) { return 0; }
|
|
|
int PyUnicode_AsUTF8(...) { return 0; }
|
|
int PyUnicode_AsUTF8(...) { return 0; }
|
|
|
int PyUnicode_AsUTF8AndSize(...) { return 0; }
|
|
int PyUnicode_AsUTF8AndSize(...) { return 0; }
|
|
@@ -374,6 +386,7 @@ int Py_BuildValue(...) { return 0; }
|
|
|
int Py_InitModule4(...) { return 0; }
|
|
int Py_InitModule4(...) { return 0; }
|
|
|
int Py_InitModule4_64(...) { return 0; }
|
|
int Py_InitModule4_64(...) { return 0; }
|
|
|
int Py_InitModule4TraceRefs(...) { return 0; };
|
|
int Py_InitModule4TraceRefs(...) { return 0; };
|
|
|
|
|
+int Py_InitModule4TraceRefs_64(...) { return 0; };
|
|
|
int _PyArg_ParseTuple_SizeT(...) { return 0; };
|
|
int _PyArg_ParseTuple_SizeT(...) { return 0; };
|
|
|
int _PyArg_ParseTupleAndKeywords_SizeT(...) { return 0; };
|
|
int _PyArg_ParseTupleAndKeywords_SizeT(...) { return 0; };
|
|
|
int _PyArg_Parse_SizeT(...) { return 0; };
|
|
int _PyArg_Parse_SizeT(...) { return 0; };
|
|
@@ -383,9 +396,14 @@ int _PyObject_DebugFree(...) { return 0; };
|
|
|
int _PyObject_Del(...) { return 0; };
|
|
int _PyObject_Del(...) { return 0; };
|
|
|
int _PyUnicode_AsString(...) { return 0; };
|
|
int _PyUnicode_AsString(...) { return 0; };
|
|
|
int _PyUnicode_AsStringAndSize(...) { return 0; };
|
|
int _PyUnicode_AsStringAndSize(...) { return 0; };
|
|
|
|
|
+int _Py_AddToAllObjects(...) { return 0; };
|
|
|
int _Py_BuildValue_SizeT(...) { return 0; };
|
|
int _Py_BuildValue_SizeT(...) { return 0; };
|
|
|
int _Py_Dealloc(...) { return 0; };
|
|
int _Py_Dealloc(...) { return 0; };
|
|
|
|
|
+int _Py_ForgetReference(...) { return 0; };
|
|
|
int _Py_NegativeRefcount(...) { return 0; };
|
|
int _Py_NegativeRefcount(...) { return 0; };
|
|
|
|
|
+int _Py_NewReference(...) { return 0; };
|
|
|
|
|
+int _Py_PrintReferenceAddresses(...) { return 0; };
|
|
|
|
|
+int _Py_PrintReferences(...) { return 0; };
|
|
|
int _Py_RefTotal(...) { return 0; };
|
|
int _Py_RefTotal(...) { return 0; };
|
|
|
|
|
|
|
|
// We actually might call this one.
|
|
// We actually might call this one.
|