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 a766b4b commit 44c5834Copy full SHA for 44c5834
check.py
@@ -293,10 +293,10 @@ def printer():
293
# There's no concern of deadlocking during shutdown here.
294
os._exit(1)
295
finally:
296
- executor.shutdown()
+ executor.shutdown(cancel_futures=True)
297
298
- output_queue.shutdown()
299
- printing_thread.join()
+ output_queue.shutdown()
+ printing_thread.join()
300
301
302
def run_validator_tests():
0 commit comments