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 475538a commit a794188Copy full SHA for a794188
Lib/test/test_atexit.py
@@ -102,9 +102,8 @@ def start_thread():
102
self.assertEqual(stderr, b"")
103
104
@threading_helper.requires_working_threading()
105
+ @unittest.skipUnless(hasattr(os, "pipe"), "requires os.pipe()")
106
def test_thread_created_in_atexit_subinterpreter(self):
- import os
107
-
108
try:
109
from concurrent import interpreters
110
except ImportError:
0 commit comments