]> 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)
commitc8af302c3af0abb5bfd65ece24de36154937c642
treebcc5be8617a9fff02140f3ee4f89d5878c1678f3
parent86368b8529f784bd7a70f280931e835c07a8739c
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.
(grafted from f41d02d7da373ccaff97a42b66b051260bd55996)
Lib/test/test_gdb.py
Tools/gdb/libpython.py