mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Issue #22977: Remove unconditional import of ctypes.
This commit is contained in:
commit
01362da7d0
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import unittest
|
||||||
import pickle
|
import pickle
|
||||||
import weakref
|
import weakref
|
||||||
import errno
|
import errno
|
||||||
import ctypes
|
|
||||||
|
|
||||||
from test.support import (TESTFN, captured_output, check_impl_detail,
|
from test.support import (TESTFN, captured_output, check_impl_detail,
|
||||||
check_warnings, cpython_only, gc_collect, run_unittest,
|
check_warnings, cpython_only, gc_collect, run_unittest,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue