]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110335: asyncio test_unix_events cleans multiprocessing (#110336)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Oct 2023 09:19:08 +0000 (11:19 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 09:19:08 +0000 (09:19 +0000)
commit1337765225d7d593169205672e004f97e15237ec
tree622172de25c5584a9407df73bc873b9dc5d13050
parent1de9406f9136e3952b849487f0151be3c669a3ea
gh-110335: asyncio test_unix_events cleans multiprocessing (#110336)

test_unix_events tests using the multiprocessing module now call
multiprocessing.util._cleanup_tests().
Lib/test/test_asyncio/test_unix_events.py