]> granicus.if.org Git - python/commit
Issue #25274: test_recursionlimit_recovery() of test_sys now checks
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 06:55:33 +0000 (08:55 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 06:55:33 +0000 (08:55 +0200)
commit3f18f10f39a55963e63d544382f0e17668ed97e8
tree7ba811a9412ea44932630fe4eb13e311f8ea40a8
parent1c62b52c3f2dceeaab99b1599c8654279fe5225f
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