diff options
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r-- | Include/pythonrun.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h index c2aa207..e7274ec 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -59,6 +59,7 @@ DL_IMPORT(struct symtable *) Py_SymtableString(char *, char *, int); DL_IMPORT(void) PyErr_Print(void); DL_IMPORT(void) PyErr_PrintEx(int); +DL_IMPORT(void) PyErr_Display(PyObject *, PyObject *, PyObject *); DL_IMPORT(int) Py_AtExit(void (*func)(void)); |