changeset: 95455:5cc0a090829a branch: 3.4 parent: 95452:e0ba8d3bed7e user: Serhiy Storchaka date: Mon Apr 06 20:37:16 2015 +0300 files: Lib/test/test_exceptions.py description: Issue #22977: Remove unconditional import of ctypes. diff -r e0ba8d3bed7e -r 5cc0a090829a Lib/test/test_exceptions.py --- a/Lib/test/test_exceptions.py Mon Apr 06 13:05:22 2015 -0400 +++ b/Lib/test/test_exceptions.py Mon Apr 06 20:37:16 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,