Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-116683) #116693

Merged
merged 1 commit into from Mar 13, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 13, 2024

If the shutdown() call happens before the worker thread starts executing
the task, then nothing will be printed to stdout.
(cherry picked from commit 7d1abe9)

Co-authored-by: Sam Gross colesbury@gmail.com

pythonGH-116683)

If the `shutdown()` call happens before the worker thread starts executing
the task, then nothing will be printed to stdout.
(cherry picked from commit 7d1abe9)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Mar 13, 2024
@colesbury colesbury enabled auto-merge (squash) March 13, 2024 00:16
@colesbury colesbury merged commit a01621a into python:3.11 Mar 13, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants