mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
6 lines
179 B
C
6 lines
179 B
C
/* Traceback interface */
|
|
|
|
int tb_here PROTO((struct _frame *, int, int));
|
|
object *tb_fetch PROTO((void));
|
|
int tb_store PROTO((object *));
|
|
int tb_print PROTO((object *, FILE *));
|