mirror of https://github.com/python/cpython.git
Issue #22977: Remove unconditional import of ctypes.
This commit is contained in:
parent
43b842775f
commit
6fbeae406e
|
@ -6,7 +6,6 @@
|
|||
import pickle
|
||||
import weakref
|
||||
import errno
|
||||
import ctypes
|
||||
|
||||
from test.support import (TESTFN, captured_output, check_impl_detail,
|
||||
check_warnings, cpython_only, gc_collect, run_unittest,
|
||||
|
|
Loading…
Reference in New Issue