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 f5da369 commit c2a4551Copy full SHA for c2a4551
Lib/test/test_import/__init__.py
@@ -2467,6 +2467,30 @@ def test_multi_init_extension_per_interpreter_gil_compat(self):
2467
self.check_compatible_here(
2468
modname, filename, strict=False, isolated=False)
2469
2470
+ def test_extra_A(self):
2471
+ return
2472
+
2473
+ def test_extra_B(self):
2474
2475
2476
+ def test_extra_C(self):
2477
2478
2479
+ def test_extra_D(self):
2480
2481
2482
+ def test_extra_E(self):
2483
2484
2485
+ def test_extra_F(self):
2486
2487
2488
+ def test_extra_G(self):
2489
2490
2491
+ def test_extra_H(self):
2492
2493
2494
@unittest.skipIf(_testinternalcapi is None, "requires _testinternalcapi")
2495
def test_python_compat(self):
2496
module = 'threading'
0 commit comments