summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-13 09:53:40 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-13 09:53:40 (GMT)
commitd674927086a6a4af68ecca6f6e3b5b9ae97c32ad (patch)
tree6d65cd98a903142e7a0d71fb916972d2fac037a0 /Lib/test
parent6681398dddd1fde52c6808ebd6c8b47cdc7f3b3e (diff)
downloadcpython-d674927086a6a4af68ecca6f6e3b5b9ae97c32ad.zip
cpython-d674927086a6a4af68ecca6f6e3b5b9ae97c32ad.tar.gz
cpython-d674927086a6a4af68ecca6f6e3b5b9ae97c32ad.tar.bz2
#18687: remove obsolete comment. Patch by Févry Thibault.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/leakers/test_ctypes.py1
1 files changed, 0 insertions, 1 deletions
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