[pypy-commit] pypy speedup-list-comprehension: pfff

fijal noreply at buildbot.pypy.org
Mon Mar 12 02:30:49 CET 2012


Author: Maciej Fijalkowski <fijall at 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
 


More information about the pypy-commit mailing list