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 dc48587 commit f10dbb9Copy full SHA for f10dbb9
1 file changed
Lib/test/test_concurrent_futures/executor.py
@@ -248,6 +248,7 @@ def test_swallows_falsey_exceptions(self):
248
with self.assertRaisesRegex(FalseyLenException, msg):
249
self.executor.submit(raiser, FalseyLenException, msg).result()
250
251
+ @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
252
def test_shutdown_notifies_cancelled_futures(self):
253
254
# TODO: remove when gh-109934 is fixed
0 commit comments