(original) (raw)
changeset: 85156:1ea89e5f40cf parent: 85153:8dccd3b51711 parent: 85155:49fa63610c7f user: Ezio Melotti ezio.melotti@gmail.com date: Tue Aug 13 12:54:29 2013 +0300 description: #18687: merge with 3.3. diff -r 8dccd3b51711 -r 1ea89e5f40cf Lib/test/leakers/test_ctypes.py --- a/Lib/test/leakers/test_ctypes.py Tue Aug 13 01:15:14 2013 -0700 +++ b/Lib/test/leakers/test_ctypes.py Tue Aug 13 12:54:29 2013 +0300 @@ -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 /ezio.melotti@gmail.com