From: Vinay Sajip Date: Fri, 5 Aug 2016 20:43:25 +0000 (+0100) Subject: Issue #20160: Merged fix from 3.3. X-Git-Tag: v3.4.6rc1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0b2568627e061f9dd8a31df665e97fdcf4b531d;p=thirdparty%2FPython%2Fcpython.git Issue #20160: Merged fix from 3.3. --- a0b2568627e061f9dd8a31df665e97fdcf4b531d diff --cc Lib/ctypes/test/test_callbacks.py index 3824f7c9fd9e,4ca50b8defb8..8eac58f0262c --- a/Lib/ctypes/test/test_callbacks.py +++ b/Lib/ctypes/test/test_callbacks.py @@@ -1,6 -1,6 +1,7 @@@ + import functools import unittest from ctypes import * +from ctypes.test import need_symbol import _ctypes_test class Callbacks(unittest.TestCase):