Implement traceback.format_stack + print_stack
Now that we have frame support including f_back, we can use the cpython implementations of these functions. We don't have the same traceback objects (don't have tb_frame or tb_next), so there are still some modifications to the traceback library.
Showing
Please register or sign in to comment