We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd21f0 commit ff21629Copy full SHA for ff21629
1 file changed
graalpython/lib-python/3/test/test_threading.py
@@ -1808,9 +1808,9 @@ def setUp(self):
1808
1809
def test_excepthook(self):
1810
with support.captured_output("stderr") as stderr:
1811
- thread = ThreadRunFail(name="excepthook thread")
1812
- thread.start()
1813
- thread.join()
+ thread = ThreadRunFail(name="excepthook thread")
+ thread.start()
+ thread.join()
1814
1815
stderr = stderr.getvalue().strip()
1816
self.assertIn(f'Exception in thread {thread.name}:\n', stderr)
0 commit comments