We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8040f9a commit bb89020Copy full SHA for bb89020
Lib/test/test_concurrent_futures/test_thread_pool.py
@@ -113,6 +113,7 @@ def log_n_wait(ident):
113
self.assertListEqual(log, ["ident='first' started", "ident='first' stopped"])
114
115
def test_shutdown_cancels_pending_futures(self):
116
+ # gh-109934: ensure shutdown cancels and notifies pending futures
117
def waiter(barrier):
118
barrier.wait(3)
119
def noop():
0 commit comments