mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #22977: Remove unconditional import of ctypes.
This commit is contained in:
parent
43b842775f
commit
6fbeae406e
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue