Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-116682: stdout may be empty in test_cancel_futures_wait_false ↵ | Miss Islington (bot) | 2024-03-13 | 1 | -1/+3 |
| | | | | | | | | | (GH-116683) (#116692) If the `shutdown()` call happens before the worker thread starts executing the task, then nothing will be printed to stdout. (cherry picked from commit 7d1abe9502641a3602e9773aebc29ee56d8f40ae) Co-authored-by: Sam Gross <colesbury@gmail.com> | ||||
* | [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443) | Victor Stinner | 2023-08-26 | 1 | -0/+343 |
gh-108388: Convert test_concurrent_futures to package (#108401) Convert test_concurrent_futures to a package of sub-tests. (cherry picked from commit aa6f787faa4bc45006da4dc2f942fb9b82c98836) |