]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Sep 2023 01:53:59 +0000 (18:53 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 01:53:59 +0000 (01:53 +0000)
commitabf3a68fe31b6e5700e75f1b41b7b5da5cf0596d
treeba28b7251088700c249f94868ddf12c77c15d2be
parent82a18069a1c288b9be3cdaf63a04e4c77fbd231f
[3.11] gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (GH-109298) (#109302)

gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (GH-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.
(cherry picked from commit 09ea4b8706165fd9474165090a0ba86509abd6c8)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_asyncio/test_events.py
Lib/test/test_compileall.py