changeset: 106224:127401469628 user: Victor Stinner date: Wed Jan 18 17:20:01 2017 +0100 files: Lib/test/test_gdb.py Tools/gdb/libpython.py description: Update and enhance python-gdb.py Issue #29259: * Detect PyCFunction is the current frame, not only in the older frame * Ignore PyCFunction_Call() since it now calls _PyCFunction_FastCallDict(), and _PyCFunction_FastCallDict() is already detected diff -r f0e1c49233ff -r 127401469628 Lib/test/test_gdb.py --- a/Lib/test/test_gdb.py Wed Jan 18 08:03:54 2017 -0800 +++ b/Lib/test/test_gdb.py Wed Jan 18 17:20:01 2017 +0100 @@ -845,7 +845,7 @@ breakpoint='time_gmtime', cmds_after_breakpoint=['py-bt-full'], ) - self.assertIn('#0