Skip to content

Commit 09851dc

Browse files
committed
Unskip the threading test.
1 parent d61099e commit 09851dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_threading.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,6 @@ def task():
15941594
self.assertEqual(os.read(r_interp, 1), DONE)
15951595

15961596
@cpython_only
1597-
@unittest.skipIf(True, "only crashes some of the time now that Py_EndInterpreter() can handle more threads")
15981597
def test_daemon_threads_fatal_error(self):
15991598
import_module("_testcapi")
16001599
subinterp_code = f"""if 1:

0 commit comments

Comments
 (0)