Author: Maciej Fijalkowski <fij...@gmail.com> Branch: speedup-list-comprehension Changeset: r53307:cdbd50464c73 Date: 2012-03-11 18:30 -0700 http://bitbucket.org/pypy/pypy/changeset/cdbd50464c73/
Log: pfff 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,8 +259,6 @@ class ListStrategy(object): - sizehint = 0 - def __init__(self, space): self.space = space _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit