/third_party/python/Lib/test/ |
H A D | test_threading_local.py | 44 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 D | test_xml_etree_c.py | 67 support.gc_collect() 87 support.gc_collect() 160 support.gc_collect() 170 support.gc_collect()
|
H A D | test_weakref.py | 16 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 D | test_exceptions.py | 14 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 D | test_module.py | 4 from test.support import gc_collect namespace 102 gc_collect() 117 gc_collect() 125 gc_collect()
|
H A D | test_scope.py | 5 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 D | test_frame.py | 45 support.gc_collect() 49 support.gc_collect()
|
H A D | test_file.py | 10 from test.support import gc_collect namespace 34 gc_collect() # For PyPy or other GCs.
|
H A D | test_concurrent_futures.py | 486 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 D | test_coroutines.py | 76 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 D | test_weakset.py | 59 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 D | test_generators.py | 63 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 D | test_extensions.py | 5 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 D | test_assertions.py | 5 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 D | threading_helper.py | 52 support.gc_collect() 103 support.gc_collect()
|
H A D | warnings_helper.py | 123 from test.support import gc_collect namespace 130 gc_collect()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_locks.py | 131 support.gc_collect() 136 support.gc_collect()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | refleak.py | 87 support.gc_collect() 93 support.gc_collect()
|
H A D | runtest.py | 319 support.gc_collect() 352 support.gc_collect()
|
/third_party/python/Modules/clinic/ |
H A D | gcmodule.c.h | 82 {"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 D | test_images.py | 81 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 D | test_variables.py | 51 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 D | test_font.py | 4 from test.support import requires, gc_collect, ALWAYS_EQ namespace 46 gc_collect()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_windows_utils.py | 72 support.gc_collect()
|
H A D | test_sslproto.py | 286 support.gc_collect() 350 support.gc_collect() 650 support.gc_collect()
|