]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683)
authorSam Gross <colesbury@gmail.com>
Wed, 13 Mar 2024 00:11:58 +0000 (20:11 -0400)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 00:11:58 +0000 (20:11 -0400)
commit7d1abe9502641a3602e9773aebc29ee56d8f40ae
tree94e7bd72be222ffd920f08134e6908eedddc9611
parent3f54d1cfe78f7c88fb0ecdbc250d9f8be092ec5a
gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683)

If the `shutdown()` call happens before the worker thread starts executing
the task, then nothing will be printed to stdout.
Lib/test/test_concurrent_futures/test_shutdown.py