|
|
@@ -15,143 +15,143 @@
|
|
|
#include "pystub.h"
|
|
|
|
|
|
extern "C" {
|
|
|
- EXPCL_DTOOLCONFIG int PyArg_Parse(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyArg_ParseTuple(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyArg_ParseTupleAndKeywords(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyBool_FromLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyCFunction_New(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyCFunction_NewEx(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyCallable_Check(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_DelItemString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_GetItem(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_GetItemString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_New(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_SetItem(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_SetItemString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_Size(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyDict_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_Clear(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_ExceptionMatches(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_Fetch(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_Format(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_Occurred(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_Print(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_Restore(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_SetString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_Warn(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyErr_WarnEx(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyEval_CallFunction(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyEval_CallObjectWithKeywords(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyEval_InitThreads(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyEval_RestoreThread(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyEval_SaveThread(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyFloat_AsDouble(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyFloat_FromDouble(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyFloat_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyGen_Check(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyGen_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyGILState_Ensure(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyGILState_Release(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyImport_GetModuleDict(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyInt_AsLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyInt_AsSsize_t(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyInt_FromLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyInt_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyList_Append(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyList_AsTuple(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyList_GetItem(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyList_New(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyList_SetItem(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyList_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_AsLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_AsLongLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_AsUnsignedLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_AsUnsignedLongLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_FromLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_FromLongLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_FromUnsignedLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_FromUnsignedLongLong(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyLong_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyMapping_GetItemString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyModule_AddIntConstant(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyModule_AddObject(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyModule_AddStringConstant(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyNumber_Float(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyNumber_Long(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_Call(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_CallFunction(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_CallMethod(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_CallMethodObjArgs(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_CallObject(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_Cmp(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_Compare(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_Free(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_GenericGetAttr(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_GenericSetAttr(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_GetAttrString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_HasAttrString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_IsInstance(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_IsTrue(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_Repr(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_SetAttrString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_Str(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyObject_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PySequence_Check(...);
|
|
|
- EXPCL_DTOOLCONFIG int PySequence_Fast(...);
|
|
|
- EXPCL_DTOOLCONFIG int PySequence_GetItem(...);
|
|
|
- EXPCL_DTOOLCONFIG int PySequence_Size(...);
|
|
|
- EXPCL_DTOOLCONFIG int PySequence_Tuple(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyString_AsString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyString_AsStringAndSize(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyString_FromString(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyString_FromStringAndSize(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyString_Size(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyString_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PySys_GetObject(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyThreadState_Clear(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyThreadState_Delete(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyThreadState_Get(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyThreadState_New(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyThreadState_Swap(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyTuple_GetItem(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyTuple_New(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyTuple_Pack(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyTuple_Size(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyTuple_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyType_GenericAlloc(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyType_IsSubtype(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyType_Ready(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyUnicodeUCS2_FromWideChar(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyUnicodeUCS2_AsWideChar(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyUnicodeUCS2_GetSize(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyUnicodeUCS4_FromWideChar(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyUnicodeUCS4_AsWideChar(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyUnicodeUCS4_GetSize(...);
|
|
|
- EXPCL_DTOOLCONFIG int PyUnicode_Type(...);
|
|
|
- EXPCL_DTOOLCONFIG int Py_BuildValue(...);
|
|
|
- EXPCL_DTOOLCONFIG int Py_InitModule4(...);
|
|
|
- EXPCL_DTOOLCONFIG int Py_InitModule4_64(...);
|
|
|
- EXPCL_DTOOLCONFIG int Py_InitModule4TraceRefs(...);
|
|
|
- EXPCL_DTOOLCONFIG int _PyObject_DebugFree(...);
|
|
|
- EXPCL_DTOOLCONFIG int _PyObject_Del(...);
|
|
|
- EXPCL_DTOOLCONFIG int _Py_Dealloc(...);
|
|
|
- EXPCL_DTOOLCONFIG int _Py_NegativeRefcount(...);
|
|
|
- EXPCL_DTOOLCONFIG int _Py_RefTotal(...);
|
|
|
+ EXPCL_PYSTUB int PyArg_Parse(...);
|
|
|
+ EXPCL_PYSTUB int PyArg_ParseTuple(...);
|
|
|
+ EXPCL_PYSTUB int PyArg_ParseTupleAndKeywords(...);
|
|
|
+ EXPCL_PYSTUB int PyBool_FromLong(...);
|
|
|
+ EXPCL_PYSTUB int PyCFunction_New(...);
|
|
|
+ EXPCL_PYSTUB int PyCFunction_NewEx(...);
|
|
|
+ EXPCL_PYSTUB int PyCallable_Check(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_DelItemString(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_GetItem(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_GetItemString(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_New(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_SetItem(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_SetItemString(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_Size(...);
|
|
|
+ EXPCL_PYSTUB int PyDict_Type(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_Clear(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_ExceptionMatches(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_Fetch(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_Format(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_Occurred(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_Print(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_Restore(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_SetString(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_Warn(...);
|
|
|
+ EXPCL_PYSTUB int PyErr_WarnEx(...);
|
|
|
+ EXPCL_PYSTUB int PyEval_CallFunction(...);
|
|
|
+ EXPCL_PYSTUB int PyEval_CallObjectWithKeywords(...);
|
|
|
+ EXPCL_PYSTUB int PyEval_InitThreads(...);
|
|
|
+ EXPCL_PYSTUB int PyEval_RestoreThread(...);
|
|
|
+ EXPCL_PYSTUB int PyEval_SaveThread(...);
|
|
|
+ EXPCL_PYSTUB int PyFloat_AsDouble(...);
|
|
|
+ EXPCL_PYSTUB int PyFloat_FromDouble(...);
|
|
|
+ EXPCL_PYSTUB int PyFloat_Type(...);
|
|
|
+ EXPCL_PYSTUB int PyGen_Check(...);
|
|
|
+ EXPCL_PYSTUB int PyGen_Type(...);
|
|
|
+ EXPCL_PYSTUB int PyGILState_Ensure(...);
|
|
|
+ EXPCL_PYSTUB int PyGILState_Release(...);
|
|
|
+ EXPCL_PYSTUB int PyImport_GetModuleDict(...);
|
|
|
+ EXPCL_PYSTUB int PyInt_AsLong(...);
|
|
|
+ EXPCL_PYSTUB int PyInt_AsSsize_t(...);
|
|
|
+ EXPCL_PYSTUB int PyInt_FromLong(...);
|
|
|
+ EXPCL_PYSTUB int PyInt_Type(...);
|
|
|
+ EXPCL_PYSTUB int PyList_Append(...);
|
|
|
+ EXPCL_PYSTUB int PyList_AsTuple(...);
|
|
|
+ EXPCL_PYSTUB int PyList_GetItem(...);
|
|
|
+ EXPCL_PYSTUB int PyList_New(...);
|
|
|
+ EXPCL_PYSTUB int PyList_SetItem(...);
|
|
|
+ EXPCL_PYSTUB int PyList_Type(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_AsLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_AsLongLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_AsUnsignedLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_AsUnsignedLongLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_FromLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_FromLongLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_FromUnsignedLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_FromUnsignedLongLong(...);
|
|
|
+ EXPCL_PYSTUB int PyLong_Type(...);
|
|
|
+ EXPCL_PYSTUB int PyMapping_GetItemString(...);
|
|
|
+ EXPCL_PYSTUB int PyModule_AddIntConstant(...);
|
|
|
+ EXPCL_PYSTUB int PyModule_AddObject(...);
|
|
|
+ EXPCL_PYSTUB int PyModule_AddStringConstant(...);
|
|
|
+ EXPCL_PYSTUB int PyNumber_Float(...);
|
|
|
+ EXPCL_PYSTUB int PyNumber_Long(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_Call(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_CallFunction(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_CallMethod(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_CallMethodObjArgs(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_CallObject(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_Cmp(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_Compare(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_Free(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_GenericGetAttr(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_GenericSetAttr(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_GetAttrString(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_HasAttrString(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_IsInstance(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_IsTrue(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_Repr(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_SetAttrString(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_Str(...);
|
|
|
+ EXPCL_PYSTUB int PyObject_Type(...);
|
|
|
+ EXPCL_PYSTUB int PySequence_Check(...);
|
|
|
+ EXPCL_PYSTUB int PySequence_Fast(...);
|
|
|
+ EXPCL_PYSTUB int PySequence_GetItem(...);
|
|
|
+ EXPCL_PYSTUB int PySequence_Size(...);
|
|
|
+ EXPCL_PYSTUB int PySequence_Tuple(...);
|
|
|
+ EXPCL_PYSTUB int PyString_AsString(...);
|
|
|
+ EXPCL_PYSTUB int PyString_AsStringAndSize(...);
|
|
|
+ EXPCL_PYSTUB int PyString_FromString(...);
|
|
|
+ EXPCL_PYSTUB int PyString_FromStringAndSize(...);
|
|
|
+ EXPCL_PYSTUB int PyString_Size(...);
|
|
|
+ EXPCL_PYSTUB int PyString_Type(...);
|
|
|
+ EXPCL_PYSTUB int PySys_GetObject(...);
|
|
|
+ EXPCL_PYSTUB int PyThreadState_Clear(...);
|
|
|
+ EXPCL_PYSTUB int PyThreadState_Delete(...);
|
|
|
+ EXPCL_PYSTUB int PyThreadState_Get(...);
|
|
|
+ EXPCL_PYSTUB int PyThreadState_New(...);
|
|
|
+ EXPCL_PYSTUB int PyThreadState_Swap(...);
|
|
|
+ EXPCL_PYSTUB int PyTuple_GetItem(...);
|
|
|
+ EXPCL_PYSTUB int PyTuple_New(...);
|
|
|
+ EXPCL_PYSTUB int PyTuple_Pack(...);
|
|
|
+ EXPCL_PYSTUB int PyTuple_Size(...);
|
|
|
+ EXPCL_PYSTUB int PyTuple_Type(...);
|
|
|
+ EXPCL_PYSTUB int PyType_GenericAlloc(...);
|
|
|
+ EXPCL_PYSTUB int PyType_IsSubtype(...);
|
|
|
+ EXPCL_PYSTUB int PyType_Ready(...);
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS2_FromWideChar(...);
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS2_AsWideChar(...);
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS2_GetSize(...);
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS4_FromWideChar(...);
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS4_AsWideChar(...);
|
|
|
+ EXPCL_PYSTUB int PyUnicodeUCS4_GetSize(...);
|
|
|
+ EXPCL_PYSTUB int PyUnicode_Type(...);
|
|
|
+ EXPCL_PYSTUB int Py_BuildValue(...);
|
|
|
+ EXPCL_PYSTUB int Py_InitModule4(...);
|
|
|
+ EXPCL_PYSTUB int Py_InitModule4_64(...);
|
|
|
+ EXPCL_PYSTUB int Py_InitModule4TraceRefs(...);
|
|
|
+ EXPCL_PYSTUB int _PyObject_DebugFree(...);
|
|
|
+ EXPCL_PYSTUB int _PyObject_Del(...);
|
|
|
+ EXPCL_PYSTUB int _Py_Dealloc(...);
|
|
|
+ EXPCL_PYSTUB int _Py_NegativeRefcount(...);
|
|
|
+ EXPCL_PYSTUB int _Py_RefTotal(...);
|
|
|
|
|
|
- EXPCL_DTOOLCONFIG int Py_IsInitialized();
|
|
|
+ EXPCL_PYSTUB int Py_IsInitialized();
|
|
|
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_AssertionError;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_AttributeError;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_FutureWarning;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_IndexError;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_RuntimeError;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_StandardError;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_StopIteration;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_SystemExit;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_TypeError;
|
|
|
- EXPCL_DTOOLCONFIG extern void *PyExc_ValueError;
|
|
|
- EXPCL_DTOOLCONFIG extern void *_Py_NoneStruct;
|
|
|
- EXPCL_DTOOLCONFIG extern void *_Py_NotImplementedStruct;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_AssertionError;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_AttributeError;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_FutureWarning;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_IndexError;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_RuntimeError;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_StandardError;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_StopIteration;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_SystemExit;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_TypeError;
|
|
|
+ EXPCL_PYSTUB extern void *PyExc_ValueError;
|
|
|
+ EXPCL_PYSTUB extern void *_Py_NoneStruct;
|
|
|
+ EXPCL_PYSTUB extern void *_Py_NotImplementedStruct;
|
|
|
};
|
|
|
|
|
|
|