]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commite3d75c63cd100675f96cd5c152ccd021ba9e6ebb
tree298e67c2eaa6ca7cc9d89e60983444e309054277
parent3fa28fd07570708962404b97d6200386bd571b51
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