]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (#130800)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Mar 2025 11:16:07 +0000 (12:16 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 11:16:07 +0000 (11:16 +0000)
commit6c48ed7d62c6ca0eb24935b0e612f9e4a1a3b1bc
tree2013ca056ae3131afce11b3b4b9df653a5a4fa41
parent3929af5e3a203291dc07b40c9c3515492e3ba7b4
gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (#130800)

Replace time.sleep() with threading.Event.
Lib/test/test_asyncio/test_base_events.py