]> granicus.if.org Git - python/commitdiff
#18687: remove obsolete comment. Patch by Févry Thibault.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 13 Aug 2013 09:53:40 +0000 (12:53 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 13 Aug 2013 09:53:40 +0000 (12:53 +0300)
Lib/test/leakers/test_ctypes.py

index 0f9a2cdc9a16625ce9c83479e52f2428c9f8040f..7d7e9ff3a111292dcd581a125bee1196f0c5d5b8 100644 (file)
@@ -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