Lines Matching defs:support
11 from test import support
12 from test.support import (Error, captured_output, cpython_only, ALWAYS_EQ,
15 from test.support.os_helper import TESTFN, unlink
16 from test.support.script_helper import assert_python_ok, assert_python_failure
1223 with support.infinite_recursion(max_depth=LIMIT):
1233 with support.infinite_recursion(max_depth=LIMIT):
2067 with support.swap_attr(sys, 'tracebacklimit', 1000):
2094 with support.swap_attr(sys, 'tracebacklimit', 1000):
2123 with support.swap_attr(sys, 'tracebacklimit', 1000):
2196 # Since tuple.__eq__ doesn't support FrameSummary, the equality