]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336) (#110338)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Oct 2023 10:33:14 +0000 (03:33 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 10:33:14 +0000 (12:33 +0200)
commit1d87465005e8349323f6dad7e13f48ed5b52f6ad
treed0b76969af42082c605937aa763595426468debd
parent8939221e91351f8e0a279f3019e2a3f65c3c95f9
[3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336) (#110338)

gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)

test_unix_events tests using the multiprocessing module now call
multiprocessing.util._cleanup_tests().
(cherry picked from commit 1337765225d7d593169205672e004f97e15237ec)

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