Skip to content

Commit bb89020

Browse files
committed
Add reference to GH issue
1 parent 8040f9a commit bb89020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_concurrent_futures/test_thread_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def log_n_wait(ident):
113113
self.assertListEqual(log, ["ident='first' started", "ident='first' stopped"])
114114

115115
def test_shutdown_cancels_pending_futures(self):
116+
# gh-109934: ensure shutdown cancels and notifies pending futures
116117
def waiter(barrier):
117118
barrier.wait(3)
118119
def noop():

0 commit comments

Comments
 (0)