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 d93cc25 commit 939308eCopy full SHA for 939308e
Lib/test/test_sys.py
@@ -385,8 +385,8 @@ def set_recursion_limit():
385
for _ in range(5):
386
threads.append(Thread(target=something_recursive))
387
388
- with threading_helper.start_threads(threads):
389
- with threading_helper.catch_threading_exception() as cm:
+ with threading_helper.catch_threading_exception() as cm:
+ with threading_helper.start_threads(threads):
390
if cm.exc_value:
391
raise cm.exc_value
392
0 commit comments