Commit 6fbeae40 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #22977: Remove unconditional import of ctypes.

parent 43b84277
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment