Lines Matching defs:support
26 from test import support
27 from test.support import os_helper
28 from test.support import (
32 from test.support.import_helper import forget
33 from test.support.os_helper import TESTFN
34 from test.support import threading_helper
35 from test.support.warnings_helper import save_restore_warnings_filters
94 A file-like object that doesn't support readinto().
157 # Shouldn't support the recursion itself
862 if support.verbose > 1:
2416 with support.infinite_recursion():
2578 @support.skip_if_pgo_task
2668 @support.skip_if_pgo_task
2704 support.gc_collect()
3198 # Protocol 3 does not support large bytes objects.
3737 # File-like object that doesn't support peek() and readinto()
3851 @support.cpython_only