There was an error while loading. Please reload this page.
1 parent 4659c0e commit 9d7d65aCopy full SHA for 9d7d65a
1 file changed
Lib/test/test_threading.py
@@ -565,6 +565,7 @@ def background_thread(evt):
565
self.assertEqual(out, b'')
566
self.assertEqual(err, b'')
567
568
+ @unittest.skip('TODO: RUSTPYTHON, flaky')
569
@unittest.skipUnless(hasattr(sys, 'getswitchinterval'), "TODO: RUSTPYTHON, needs sys.getswitchinterval()")
570
@unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
571
def test_is_alive_after_fork(self):
@@ -1100,6 +1101,7 @@ def main():
1100
1101
rc, out, err = assert_python_ok('-c', script)
1102
self.assertFalse(err)
1103
1104
1105
1106
@unittest.skipIf(sys.platform in platforms_to_skip, "due to known OS bug")
1107
def test_reinit_tls_after_fork(self):
0 commit comments