[pypy-commit] pypy list-strategies: Forget to delete comment

l.diekmann noreply at buildbot.pypy.org
Fri Sep 23 13:12:16 CEST 2011


Author: Lukas Diekmann <lukas.diekmann at uni-duesseldorf.de>
Branch: list-strategies
Changeset: r47459:36b0dfe66616
Date: 2011-03-09 14:15 +0100
http://bitbucket.org/pypy/pypy/changeset/36b0dfe66616/

Log:	Forget to delete comment

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
@@ -355,7 +355,6 @@
         if index < 0:
             index += self.length(w_list)
 
-        #XXX merge these parts
         l = self.cast_from_void_star(w_list.storage)
         if index in [0, self.length(w_list)-1]:
             r = self.getitem(w_list, index)


More information about the pypy-commit mailing list