• Victor Stinner's avatar
    Issue #28770: Update python-gdb.py for fastcalls · eae64fda
    Victor Stinner yazdı
    Frame.is_other_python_frame() now also handles _PyCFunction_FastCallDict()
    frames.
    
    Thanks to the new code to handle fast calls, python-gdb.py is now also able to
    detect the <built-in id method of module ...> frame.
    eae64fda
test_gdb.py 37.1 KB