• Kevin Modzelewski's avatar
    Implement traceback.format_stack + print_stack · eaf13bcb
    Kevin Modzelewski authored
    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.
    eaf13bcb
traceback.py 12.2 KB