• Victor Stinner's avatar
    bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) · 2e438cc2
    Victor Stinner yazdı
    python-gdb.py now handles errors on computing the line number
    of a Python frame.
    
    Changes:
    
    * PyFrameObjectPtr.current_line_num() now catchs any Exception on
      calling addr2line(), instead of failing with a surprising "<class
      'TypeError'> 'FakeRepr' object is not subscriptable" error.
    * All callers of current_line_num() now handle current_line_num()
      returning None.
    * PyFrameObjectPtr.current_line() now also catchs IndexError on
      getting a line from the Python source file.
    2e438cc2
Adı
Son kayıt (commit)
Son güncelleme
..
Build Loading commit data...
C API Loading commit data...
Core and Builtins Loading commit data...
Documentation Loading commit data...
IDLE Loading commit data...
Library Loading commit data...
Security Loading commit data...
Tests Loading commit data...
Tools-Demos Loading commit data...
Windows Loading commit data...
macOS Loading commit data...