summaryrefslogtreecommitdiffstats
path: root/Lib/test/leakers
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)
commit4bfa6c54ca0d8d51be01ce45436a7f26b9926018 (patch)
tree66cfba2d495f92d6606aab38d98ea9bdcc26baa2 /Lib/test/leakers
parenteedb58d8d8214faa2c3849b6b085eb94c3da0660 (diff)
downloadcpython-4bfa6c54ca0d8d51be01ce45436a7f26b9926018.zip
cpython-4bfa6c54ca0d8d51be01ce45436a7f26b9926018.tar.gz
cpython-4bfa6c54ca0d8d51be01ce45436a7f26b9926018.tar.bz2
#18687: remove obsolete comment. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Lib/test/leakers')
-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