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.
test_capi/test_opt.py
_testinternalcapi
1 parent cf565d6 commit f082763Copy full SHA for f082763
Lib/test/test_capi/test_opt.py
@@ -6,9 +6,10 @@
6
import os
7
8
import _opcode
9
-import _testinternalcapi
10
11
-from test.support import script_helper, requires_specialization
+from test.support import script_helper, requires_specialization, import_helper
+
12
+_testinternalcapi = import_helper.import_module("_testinternalcapi")
13
14
from _testinternalcapi import TIER2_THRESHOLD
15
0 commit comments