Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: speedup-list-comprehension
Changeset: r53308:c76a3f88b1ae
Date: 2012-03-11 18:31 -0700
http://bitbucket.org/pypy/pypy/changeset/c76a3f88b1ae/

Log:    another fix, I'm tired

diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std/listobject.py
+++ b/pypy/objspace/std/listobject.py
@@ -259,6 +259,8 @@
 
 
 class ListStrategy(object):
+    sizehint = -1
+
     def __init__(self, space):
         self.space = space
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to