Lines Matching defs:support
3 from test import support
4 from test.support import threading_helper
19 maxsize = support.MAX_Py_ssize_t
290 @support.bigaddrspacetest
296 @support.impl_detail("tuple reuse is specific to CPython")
377 @support.bigaddrspacetest
383 @support.impl_detail("tuple reuse is specific to CPython")
452 @support.bigaddrspacetest
457 @support.impl_detail("tuple reuse is specific to CPython")
928 @support.impl_detail("tuple reuse is specific to CPython")
997 @support.impl_detail("tuple reuse is specific to CPython")
1047 with support.captured_output('stdout'):
1140 @support.bigaddrspacetest
1145 @support.impl_detail("tuple reuse is specific to CPython")
1342 support.gc_collect()
1479 support.gc_collect() # For PyPy or other GCs.
1614 @support.cpython_only
1627 @support.cpython_only
1635 @support.cpython_only
1643 @support.cpython_only
1651 @support.cpython_only
2231 @support.skip_if_pgo_task
2293 # Their subclasses need overriding __new__ to support new
2319 @support.cpython_only
2324 check_sizeof = support.check_sizeof
2327 basesize = support.calcobjsize('3Pi')
2333 basesize = support.calcobjsize('3Pni')
2340 basesize = support.calcobjsize('3Pni')
2346 basesize = support.calcobjsize('4Pni')