Skip to content

Commit 9f21f03

Browse files
authored
[3.12] gh-115142: Skip test__xxsubinterpreters if _testcapi is not available (#116543)
1 parent 3f92cf2 commit 9f21f03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test__xxsubinterpreters.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
import threading
88
import unittest
99

10-
import _testcapi
1110
from test import support
1211
from test.support import import_helper
1312
from test.support import script_helper
1413

1514

1615
interpreters = import_helper.import_module('_xxsubinterpreters')
17-
16+
_testcapi = import_helper.import_module('_testcapi')
1817

1918
##################################
2019
# helpers

0 commit comments

Comments
 (0)