]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 06:56:27 +0000 (08:56 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 06:56:27 +0000 (08:56 +0200)
sys.gettrace() when the test is executed, not when the module is loaded.

sys.settrace() may be after after the test is loaded.

1  2 
Lib/test/test_sys.py

Simple merge