Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
3f5da24ea304e674a9abbdcffc4d671e32aa70f1
/
.
/
Include
/
traceback.h
blob: 920fefff581d83835eb592c21ab037d006310616 [
file
] [
log
] [
blame
]
/* 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
*));