]> granicus.if.org Git - python/commit
Make test_gdb.test_wrapper_call() make reliable
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 16:00:32 +0000 (17:00 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 16:00:32 +0000 (17:00 +0100)
commitf94b68a025e9b35d5b612d815818b4e9e1c55fcc
tree70bfe9d35d6f81304e989c33b2298f3492ed7ce5
parent611083331d534481ca7956a376e38fb0e9ef3854
Make test_gdb.test_wrapper_call() make reliable

Issue #29367. Use two break points to prevent breakpoint during Python
initialization.
Lib/test/test_gdb.py