From: Victor Stinner Date: Wed, 18 Jan 2017 16:20:01 +0000 (+0100) Subject: Update and enhance python-gdb.py X-Git-Tag: v3.7.0a1~1513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa025f112f7467b124f7ac4be5e9c7bb3cc05ad8;p=python 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 --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index 60f1d92846..557591f76c 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -845,7 +845,7 @@ id(42) breakpoint='time_gmtime', cmds_after_breakpoint=['py-bt-full'], ) - self.assertIn('#0