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 1946abd commit f0c58aeCopy full SHA for f0c58ae
1 file changed
Lib/test/test_concurrent_futures/test_interpreter_pool.py
@@ -459,6 +459,7 @@ def test_free_reference(self):
459
# Weak references don't cross between interpreters.
460
raise unittest.SkipTest('not applicable')
461
462
+ @support.requires_subprocess()
463
def test_import_interpreter_pool_executor(self):
464
# Test the import behavior normally if _interpreters is unavailable.
465
code = textwrap.dedent(f"""
0 commit comments