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

sys.settrace() may be after after the test is loaded.
Lib/test/test_sys.py