Lines Matching refs:support
9 from test import support
13 # Threading support to prevent reporting refleaks when running regrtest.py -R
38 support.environment_altered = True
40 support.print_warning(f"threading_cleanup() failed to cleanup "
45 support.print_warning(f"Dangling thread: {thread!r}")
52 support.gc_collect()
85 timeout = support.SHORT_TIMEOUT
103 support.gc_collect()
111 timeout = support.SHORT_TIMEOUT
129 if support.verbose:
146 if support.verbose:
217 implementation. Thread support is stubbed and any attempt
222 support (-s USE_PTHREADS / __EMSCRIPTEN_PTHREADS__).
229 # assume all other platforms have working thread support.
239 msg = "requires threading support"