]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005). ...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Aug 2021 12:08:32 +0000 (15:08 +0300)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 12:08:32 +0000 (15:08 +0300)
commit330aabbbbee39cbc556be01534b1dbf65d20f04c
tree0ce4bf1ba511f5945a19c49ac875f5e5e8d7a66d
parentdab74d68e3f8391cb4b404b397ab80e2e0188d1f
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005). (GH-28028)

(cherry picked from commit 2a8127cafe1d196f858a3ecabf5f1df3eebf9a12)
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]