]> granicus.if.org Git - python/commit
Issue #28770: Update python-gdb.py for fastcalls
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Nov 2016 21:53:18 +0000 (22:53 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Nov 2016 21:53:18 +0000 (22:53 +0100)
commiteae64fda5beb687ec3fd51e98ca78dac00d06db7
treecbe7563e982b36e929649b680051b589f878f5b2
parentcb9ab0f50b844ca92c074328a140f67d3690dd9a
Issue #28770: Update python-gdb.py for fastcalls

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.
Lib/test/test_gdb.py
Tools/gdb/libpython.py