[pypy-commit] pypy stdlib-3.2.5: backout ebd9a9125c8c: len shouldn't raise a ValueError here. refs cpython

pjenvey noreply at buildbot.pypy.org
Tue Apr 8 21:42:13 CEST 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: stdlib-3.2.5
Changeset: r70492:030da16dc694
Date: 2014-04-08 12:40 -0700
http://bitbucket.org/pypy/pypy/changeset/030da16dc694/

Log:	backout ebd9a9125c8c: len shouldn't raise a ValueError here. refs
	cpython issue21173

diff --git a/lib-python/3/test/test_weakref.py b/lib-python/3/test/test_weakref.py
--- a/lib-python/3/test/test_weakref.py
+++ b/lib-python/3/test/test_weakref.py
@@ -1153,7 +1153,6 @@
         self.assertEqual(dict, ddict)
         with testcontext() as (k, v):
             dict.clear()
-        gc_collect()
         self.assertEqual(len(dict), 0)
 
     def test_weak_keys_destroy_while_iterating(self):


More information about the pypy-commit mailing list