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 81f305f commit 792c27fCopy full SHA for 792c27f
Lib/test/test_capi/test_misc.py
@@ -1981,7 +1981,6 @@ def test_module_state_shared_in_global(self):
1981
self.assertEqual(main_attr_id, subinterp_attr_id)
1982
1983
@threading_helper.requires_working_threading()
1984
- @unittest.skipUnless(hasattr(os, "pipe"), "requires os.pipe()")
1985
@requires_subinterpreters
1986
def test_pending_call_creates_thread_subinterpreter(self):
1987
# For better isolation, run the entire test in a different subprocess.
0 commit comments