Home
last modified time | relevance | path

Searched refs:disable_gc (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_frame.py121 with support.disable_gc():
Dtest_yield_from.py13 from test.support import captured_stderr, disable_gc, gc_collect
1022 with disable_gc():
Dtest_finalization.py61 with support.disable_gc():
Dtest_weakref.py91 with support.disable_gc():
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py977 with support.disable_gc():
995 with support.disable_gc():
/external/python/cpython2/Lib/test/support/
D__init__.py1930 def disable_gc(): function
/external/python/cpython3/Lib/test/support/
D__init__.py670 def disable_gc(): function
/external/python/cpython2/Lib/test/
Dtest_weakref.py73 with test_support.disable_gc():
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py1928 with support.disable_gc():
/external/python/cpython3/Doc/library/
Dtest.rst568 .. function:: disable_gc()