Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
52acae65d7aebba9afa99ec32e2c6a8ed3ca23ce
/
.
/
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
*));