mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
parent
9bab65c259
commit
e65282114e
10 changed files with 449 additions and 133 deletions
|
@ -19,7 +19,7 @@ typedef struct _traceback {
|
|||
|
||||
PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
|
||||
PyAPI_FUNC(int) PyTraceBack_Print(PyObject *, PyObject *);
|
||||
PyAPI_FUNC(int) Py_DisplaySourceLine(PyObject *, const char *, int);
|
||||
PyAPI_FUNC(int) Py_DisplaySourceLine(PyObject *, const char *, int, int);
|
||||
|
||||
/* Reveal traceback type so we can typecheck traceback objects */
|
||||
PyAPI_DATA(PyTypeObject) PyTraceBack_Type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue