]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109298)
authorVictor Stinner <vstinner@python.org>
Tue, 12 Sep 2023 01:31:15 +0000 (03:31 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 01:31:15 +0000 (03:31 +0200)
commit09ea4b8706165fd9474165090a0ba86509abd6c8
treecaea03849181960e389a324884093990bd0b825e
parent391f3e3ca904449a50b2dd5956684357fdce690b
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109298)

test_asyncio and test_compileall now clean up multiprocessing by
calling multiprocessing _cleanup_tests(): explicitly clean up
resources and stop background processes like the resource tracker.
Lib/test/test_asyncio/test_events.py
Lib/test/test_compileall.py