[Python-checkins] cpython (merge 3.3 -> default): #18687: merge with 3.3.

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


http://hg.python.org/cpython/rev/1ea89e5f40cf
changeset:   85156:1ea89e5f40cf
parent:      85153:8dccd3b51711
parent:      85155:49fa63610c7f
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Tue Aug 13 12:54:29 2013 +0300
summary:
  #18687: merge with 3.3.

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