From: Ezio Melotti Date: Tue, 13 Aug 2013 09:53:40 +0000 (+0300) Subject: #18687: remove obsolete comment. Patch by Févry Thibault. X-Git-Tag: v2.7.6rc1~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d674927086a6a4af68ecca6f6e3b5b9ae97c32ad;p=thirdparty%2FPython%2Fcpython.git #18687: remove obsolete comment. Patch by Févry Thibault. --- diff --git a/Lib/test/leakers/test_ctypes.py b/Lib/test/leakers/test_ctypes.py index 0f9a2cdc9a16..7d7e9ff3a111 100644 --- a/Lib/test/leakers/test_ctypes.py +++ b/Lib/test/leakers/test_ctypes.py @@ -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