mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Issue #22977: Remove unconditional import of ctypes.
This commit is contained in:
parent
43b842775f
commit
6fbeae406e
@ -6,7 +6,6 @@ import unittest
|
||||
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
Block a user