Browse Source
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027)
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027)
(cherry picked from commit 2a8127cafe
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
pull/28248/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
35 changed files with 139 additions and 13 deletions
-
5Lib/test/_test_multiprocessing.py
-
2Lib/test/lock_tests.py
-
1Lib/test/test_array.py
-
1Lib/test/test_asyncgen.py
-
1Lib/test/test_asyncio/test_tasks.py
-
3Lib/test/test_code.py
-
6Lib/test/test_concurrent_futures.py
-
4Lib/test/test_copy.py
-
1Lib/test/test_deque.py
-
10Lib/test/test_exceptions.py
-
2Lib/test/test_file.py
-
3Lib/test/test_fileio.py
-
1Lib/test/test_functools.py
-
6Lib/test/test_generators.py
-
25Lib/test/test_io.py
-
1Lib/test/test_itertools.py
-
2Lib/test/test_queue.py
-
5Lib/test/test_raise.py
-
3Lib/test/test_scope.py
-
1Lib/test/test_set.py
-
1Lib/test/test_socket.py
-
1Lib/test/test_subprocess.py
-
3Lib/test/test_tempfile.py
-
1Lib/test/test_thread.py
-
8Lib/test/test_threading_local.py
-
23Lib/test/test_weakref.py
-
5Lib/test/test_weakset.py
-
1Lib/test/test_xml_etree.py
-
4Lib/tkinter/test/test_tkinter/test_images.py
-
5Lib/tkinter/test/test_tkinter/test_variables.py
-
7Lib/tkinter/test/test_ttk/test_extensions.py
-
3Lib/tkinter/test/test_ttk/test_widgets.py
-
3Lib/unittest/test/test_assertions.py
-
3Lib/unittest/test/test_case.py
-
1Misc/NEWS.d/next/Tests/2021-08-27-22-37-19.bpo-25130.ig4oJe.rst
@ -0,0 +1 @@ |
|||
Add calls of :func:`gc.collect` in tests to support PyPy. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue