PYTHON_TYPES
PYTHON_TYPES()
MODULE_FUNCTIONS
MODULE_FUNCTIONS()
ID
#define ID(NAME) \
if (PyType_Ready((PyTypeObject *) &( NAME##Type ))) \
goto error; \
Py_INCREF((PyObj) &( NAME##Type )); \
if (PyModule_AddObject(module, #NAME, (PyObj) &( NAME##Type )) < 0) \
{ Py_DECREF((PyObj) &( NAME##Type )); goto error; }
ltracefuncint
ltracefunc(ob, f, event, arg)
trace810%PyObj
trace(self, args)
Set the trace object on a set of threads. Only supports callable-object level. This is intended for debuggers.
_call160%int
_call(ob)
AddPendingCall callback
interject150%PyObj
interject(self, callable)
Expose AddPendingCall C-API to the Python language.
interrupt170%PyObj
interrupt(self, args)