[Python-checkins] cpython (2.7): #18687: remove obsolete comment. Patch by Févry Thibault.
ezio.melotti
python-checkins at python.org
Tue Aug 13 11:54:52 CEST 2013
http://hg.python.org/cpython/rev/49edf4cbc453
changeset: 85154:49edf4cbc453
branch: 2.7
parent: 85151:bd030e70cecb
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Tue Aug 13 12:53:40 2013 +0300
summary:
#18687: remove obsolete comment. Patch by Févry Thibault.
files:
Lib/test/leakers/test_ctypes.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Lib/test/leakers/test_ctypes.py b/Lib/test/leakers/test_ctypes.py
--- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list