[Python-checkins] cpython (3.3): Revert misled test change in f189da5bda26.

antoine.pitrou python-checkins at python.org
Wed Dec 18 00:32:10 CET 2013


http://hg.python.org/cpython/rev/f6109aceaf73
changeset:   88033:f6109aceaf73
branch:      3.3
parent:      88030:47ae858cd661
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Dec 18 00:29:30 2013 +0100
summary:
  Revert misled test change in f189da5bda26.

files:
  Lib/test/test_weakset.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_weakset.py b/Lib/test/test_weakset.py
--- a/Lib/test/test_weakset.py
+++ b/Lib/test/test_weakset.py
@@ -371,7 +371,6 @@
             try:
                 it = iter(s)
                 next(it)
-                del it
                 # Schedule an item for removal and recreate it
                 u = ustr(str(items.pop()))
                 gc.collect()      # just in case

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list