]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(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)
commit87bddbac9d178b549fac830adc76bc8f100b2a47
tree07e7b123b7dd4ed57d829d060de66ae33a8de7b8
parent313242aa03aed2ebdaa0dd47428b60b68d8a4e78
parent3f18f10f39a55963e63d544382f0e17668ed97e8
(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.
Lib/test/test_sys.py