[Python-checkins] cpython (3.3): #18687: remove obsolete comment. Patch by Févry Thibault.

ezio.melotti python-checkins at python.org
Tue Aug 13 11:54:53 CEST 2013


http://hg.python.org/cpython/rev/49fa63610c7f
changeset:   85155:49fa63610c7f
branch:      3.3
parent:      85152:76d71bc949b6
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