From: Victor Stinner Date: Thu, 1 Oct 2015 06:56:27 +0000 (+0200) Subject: (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks X-Git-Tag: v3.5.1rc1~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87bddbac9d178b549fac830adc76bc8f100b2a47;p=python (Merge 3.4) 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. --- 87bddbac9d178b549fac830adc76bc8f100b2a47