We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test__xxsubinterpreters
_testinternalcapi
1 parent 6918c4b commit f610086Copy full SHA for f610086
Lib/test/test__xxsubinterpreters.py
@@ -7,14 +7,14 @@
7
import threading
8
import unittest
9
10
-import _testinternalcapi
11
from test import support
12
from test.support import import_helper
13
from test.support import os_helper
14
from test.support import script_helper
15
16
17
interpreters = import_helper.import_module('_xxsubinterpreters')
+_testinternalcapi = import_helper.import_module('_testinternalcapi')
18
from _xxsubinterpreters import InterpreterNotFoundError
19
20
0 commit comments