]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Aug 2021 11:04:40 +0000 (14:04 +0300)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 11:04:40 +0000 (14:04 +0300)
commit2a8127cafe1d196f858a3ecabf5f1df3eebf9a12
treeddf073f1752e1dd20aba534964da961aeecf8c95
parent07d3d54f4e84b1259b800884b202701f69e408d8
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
36 files changed:
Lib/test/_test_multiprocessing.py
Lib/test/lock_tests.py
Lib/test/test_array.py [changed mode: 0644->0755]
Lib/test/test_asyncgen.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_code.py
Lib/test/test_concurrent_futures.py
Lib/test/test_copy.py
Lib/test/test_deque.py
Lib/test/test_enum.py
Lib/test/test_exceptions.py
Lib/test/test_file.py
Lib/test/test_fileio.py
Lib/test/test_functools.py
Lib/test/test_generators.py
Lib/test/test_io.py
Lib/test/test_itertools.py
Lib/test/test_queue.py
Lib/test/test_raise.py
Lib/test/test_scope.py
Lib/test/test_set.py
Lib/test/test_socket.py
Lib/test/test_subprocess.py
Lib/test/test_tempfile.py
Lib/test/test_thread.py
Lib/test/test_threading_local.py
Lib/test/test_weakref.py
Lib/test/test_weakset.py
Lib/test/test_xml_etree.py
Lib/tkinter/test/test_tkinter/test_images.py
Lib/tkinter/test/test_tkinter/test_variables.py
Lib/tkinter/test/test_ttk/test_extensions.py
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/unittest/test/test_assertions.py
Lib/unittest/test/test_case.py
Misc/NEWS.d/next/Tests/2021-08-27-22-37-19.bpo-25130.ig4oJe.rst [new file with mode: 0644]