Commit 01362da7 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #22977: Remove unconditional import of ctypes.

parents 7d71c97e 6fbeae40
......@@ -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