gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)
- `ThreadedChildWatcher.close()` is now *officially* a no-op; `_join_threads()` never did anything. - Threads created by that class are now named `asyncio-waitpid-NNN`. - `test.test_asyncio.utils.TestCase.close_loop()` now waits for the child watcher's threads, but not forever; if a thread hangs, it raises `RuntimeError`.
G
Guido van Rossum committed
c3bb10c9303503e7b55a7bdf9acfa6b3bcb699c6
Parent: 1c9a0c4
Committed by GitHub <noreply@github.com>
on 10/27/2023, 10:44:12 PM