changeset: 95456:f46454229cf5 parent: 95454:c9b9fb86d3fa parent: 95455:5cc0a090829a user: Serhiy Storchaka date: Mon Apr 06 20:37:34 2015 +0300 description: Issue #22977: Remove unconditional import of ctypes. diff -r c9b9fb86d3fa -r f46454229cf5 Lib/test/test_exceptions.py --- a/Lib/test/test_exceptions.py Mon Apr 06 13:06:21 2015 -0400 +++ b/Lib/test/test_exceptions.py Mon Apr 06 20:37:34 2015 +0300 @@ -6,7 +6,6 @@ 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,