Home
last modified time | relevance | path

Searched refs:gc_collect (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/python/Lib/test/
H A Dtest_threading_local.py44 support.gc_collect() # For PyPy or other GCs.
53 support.gc_collect() # For PyPy or other GCs.
96 support.gc_collect() # For PyPy or other GCs.
197 support.gc_collect() # For PyPy or other GCs.
H A Dtest_xml_etree_c.py67 support.gc_collect()
87 support.gc_collect()
160 support.gc_collect()
170 support.gc_collect()
H A Dtest_weakref.py16 from test.support import gc_collect namespace
152 gc_collect() # For PyPy or other GCs.
186 gc_collect() # For PyPy or other GCs.
194 gc_collect() # For PyPy or other GCs.
212 gc_collect() # For PyPy or other GCs.
237 gc_collect() # For PyPy or other GCs.
503 gc_collect() # For PyPy or other GCs.
517 gc_collect() # For PyPy or other GCs.
525 gc_collect() # For PyPy or other GCs.
530 gc_collect() # Fo
[all...]
H A Dtest_exceptions.py14 cpython_only, gc_collect,
734 gc_collect() # For PyPy or other GCs.
746 gc_collect() # For PyPy or other GCs.
758 gc_collect() # For PyPy or other GCs.
771 gc_collect() # For PyPy or other GCs.
790 gc_collect() # For PyPy or other GCs.
792 # guarantee no ref cycles on CPython (don't gc_collect)
794 gc_collect()
812 gc_collect()
828 gc_collect()
[all...]
H A Dtest_module.py4 from test.support import gc_collect namespace
102 gc_collect()
117 gc_collect()
125 gc_collect()
H A Dtest_scope.py5 from test.support import gc_collect namespace
477 gc_collect() # For PyPy or other GCs.
810 gc_collect() # For PyPy or other GCs.
H A Dtest_frame.py45 support.gc_collect()
49 support.gc_collect()
H A Dtest_file.py10 from test.support import gc_collect namespace
34 gc_collect() # For PyPy or other GCs.
H A Dtest_concurrent_futures.py486 support.gc_collect() # For PyPy or other GCs.
497 support.gc_collect() # For PyPy or other GCs.
565 support.gc_collect() # For PyPy or other GCs.
799 support.gc_collect() # For PyPy or other GCs.
807 support.gc_collect() # For PyPy or other GCs.
907 support.gc_collect() # For PyPy or other GCs.
1066 support.gc_collect()
H A Dtest_coroutines.py76 support.gc_collect()
667 support.gc_collect()
678 support.gc_collect()
2125 support.gc_collect()
2351 support.gc_collect()
2395 support.gc_collect()
2404 support.gc_collect()
H A Dtest_weakset.py59 support.gc_collect() # For PyPy or other GCs.
69 support.gc_collect() # For PyPy or other GCs.
228 support.gc_collect() # For PyPy or other GCs.
H A Dtest_generators.py63 support.gc_collect()
67 support.gc_collect()
87 support.gc_collect()
2034 >>> from test.support import gc_collect
2258 >>> del g; gc_collect() # For PyPy or other GCs.
2273 >>> del g; gc_collect() # For PyPy or other GCs.
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py5 from test.support import requires, gc_collect namespace
21 gc_collect() # For PyPy or other GCs.
34 gc_collect() # For PyPy or other GCs.
176 gc_collect() # For PyPy or other GCs.
212 gc_collect() # For PyPy or other GCs.
258 gc_collect() # For PyPy or other GCs.
/third_party/python/Lib/unittest/test/
H A Dtest_assertions.py5 from test.support import gc_collect namespace
128 gc_collect() # For PyPy or other GCs.
131 gc_collect() # For PyPy or other GCs.
/third_party/python/Lib/test/support/
H A Dthreading_helper.py52 support.gc_collect()
103 support.gc_collect()
H A Dwarnings_helper.py123 from test.support import gc_collect namespace
130 gc_collect()
/third_party/python/Lib/test/test_importlib/
H A Dtest_locks.py131 support.gc_collect()
136 support.gc_collect()
/third_party/python/Lib/test/libregrtest/
H A Drefleak.py87 support.gc_collect()
93 support.gc_collect()
H A Druntest.py319 support.gc_collect()
352 support.gc_collect()
/third_party/python/Modules/clinic/
H A Dgcmodule.c.h82 {"collect", _PyCFunction_CAST(gc_collect), METH_FASTCALL|METH_KEYWORDS, gc_collect__doc__},
88 gc_collect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in gc_collect() function
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_images.py81 support.gc_collect() # For PyPy or other GCs.
96 support.gc_collect() # For PyPy or other GCs.
177 support.gc_collect() # For PyPy or other GCs.
195 support.gc_collect() # For PyPy or other GCs.
H A Dtest_variables.py51 support.gc_collect() # For PyPy or other GCs.
59 support.gc_collect() # For PyPy or other GCs.
63 support.gc_collect() # For PyPy or other GCs.
H A Dtest_font.py4 from test.support import requires, gc_collect, ALWAYS_EQ namespace
46 gc_collect()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_utils.py72 support.gc_collect()
H A Dtest_sslproto.py286 support.gc_collect()
350 support.gc_collect()
650 support.gc_collect()

Completed in 22 milliseconds

1234