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 ed65682 commit 43b4843Copy full SHA for 43b4843
Lib/test/datetimetester.py
@@ -3653,16 +3653,6 @@ def test_repr_subclass(self):
3653
3654
@support.cpython_only
3655
def test_concurrent_initialization(self):
3656
- try:
3657
- from concurrent.futures import InterpreterPoolExecutor as _
3658
- except ImportError:
3659
- self.skipTest("requires subinterpreters")
3660
-
3661
3662
- import _datetime as _
3663
3664
- self.skipTest("requires C implementation of datetime")
3665
3666
# Run in a subprocess to ensure we get a clean version of _datetime
3667
script = """if True:
3668
from concurrent.futures import InterpreterPoolExecutor
0 commit comments