]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93761: Fix test_logging test_config_queue_handler() race condition (#93952)
authorVictor Stinner <vstinner@python.org>
Sun, 19 Jun 2022 09:49:35 +0000 (11:49 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 09:49:35 +0000 (11:49 +0200)
commitdba3fa57e26c5b0f7a4bfd3228a9bc109f35b6c8
tree23435f0b95e1bd677f2fe0197c9a7dbacef4498b
parent59c1b33805fe553fe6a157ae9b346153b96f7ff1
gh-93761: Fix test_logging test_config_queue_handler() race condition (#93952)

Fix a race condition in test_config_queue_handler() of test_logging.
Lib/test/test_logging.py