From 4bfa6c54ca0d8d51be01ce45436a7f26b9926018 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 13 Aug 2013 12:53:40 +0300 Subject: =?UTF-8?q?#18687:=20remove=20obsolete=20comment.=20=20Patch=20by?= =?UTF-8?q?=20F=C3=A9vry=20Thibault.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/test/leakers/test_ctypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/leakers/test_ctypes.py b/Lib/test/leakers/test_ctypes.py index 0f9a2cd..7d7e9ff 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 -- cgit v0.12