]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) ...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Sep 2021 15:08:57 +0000 (18:08 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 15:08:57 +0000 (17:08 +0200)
commit462c1f0403324efc27c11435da12b8d16f5387de
treee2e37d822e9b777deed2b86e00467a8e5216055f
parentc081649e6df55203178a44d16bc4c96f9fa2c6a4
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027)

(cherry picked from commit 2a8127cafe1d196f858a3ecabf5f1df3eebf9a12)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
35 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_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]