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 98ac326 commit 0c6d450Copy full SHA for 0c6d450
Lib/test/test_code.py
@@ -204,15 +204,14 @@
204
import weakref
205
import dis
206
207
-from test.support.constants_helper import iter_global_strings
208
-
209
try:
210
import ctypes
211
except ImportError:
212
ctypes = None
213
from test.support import (cpython_only,
214
check_impl_detail, requires_debug_ranges,
215
gc_collect, Py_GIL_DISABLED)
+from test.support.constants_helper import iter_global_strings
216
from test.support.script_helper import assert_python_ok
217
from test.support import threading_helper, import_helper
218
from test.support.bytecode_helper import instructions_with_positions
0 commit comments