We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f0aff commit 8af788fCopy full SHA for 8af788f
Lib/test/test_threading.py
@@ -1475,6 +1475,8 @@ def thread1():
1475
self.assertEqual(out.strip(), b"OK")
1476
self.assertEqual(rc, 0)
1477
1478
+ # TODO: RUSTPYTHON - parking_lot mutex not fork-safe, child may SIGSEGV
1479
+ @unittest.skip("TODO: RUSTPYTHON - flaky, parking_lot mutex not fork-safe")
1480
@skip_unless_reliable_fork
1481
def test_reinit_tls_after_fork(self):
1482
# Issue #13817: fork() would deadlock in a multithreaded program with
0 commit comments