diff -r f871f8662509 Lib/test/leakers/test_ctypes.py --- a/Lib/test/leakers/test_ctypes.py Thu Aug 08 00:19:50 2013 -0700 +++ b/Lib/test/leakers/test_ctypes.py Thu Aug 08 20:04:43 2013 +0200 @@ -1,6 +1,5 @@ # Taken from Lib/ctypes/test/test_keeprefs.py, PointerToStructure.test(). -# When this leak is fixed, remember to remove from Misc/build.sh LEAKY_TESTS. from ctypes import Structure, c_int, POINTER import gc