[Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22265)

benjamin.peterson python-checkins at python.org
Mon Aug 25 01:09:00 CEST 2014


http://hg.python.org/cpython/rev/ed4ffd602f4e
changeset:   92233:ed4ffd602f4e
parent:      92230:294b598afbb6
parent:      92232:e6bb59b6b85c
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Aug 24 18:08:22 2014 -0500
summary:
  merge 3.4 (#22265)

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


diff --git a/Lib/test/test_itertools.py b/Lib/test/test_itertools.py
--- a/Lib/test/test_itertools.py
+++ b/Lib/test/test_itertools.py
@@ -1100,6 +1100,7 @@
         it = islice(it, 1)
         self.assertIsNotNone(wr())
         list(it) # exhaust the iterator
+        support.gc_collect()
         self.assertIsNone(wr())
 
     def test_takewhile(self):

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


More information about the Python-checkins mailing list