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.py100 with support.disable_gc():
Dtest_yield_from.py13 from test.support import captured_stderr, disable_gc, gc_collect
1017 with disable_gc():
Dtest_finalization.py52 with support.disable_gc():
Dtest_weakref.py90 with support.disable_gc():
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py948 with support.disable_gc():
966 with support.disable_gc():
/external/python/cpython2/Lib/test/support/
D__init__.py1930 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.py1815 with support.disable_gc():
/external/python/cpython3/Lib/test/support/
D__init__.py1550 def disable_gc(): function
/external/python/cpython3/Doc/library/
Dtest.rst709 .. function:: disable_gc()