Author: Maciej Fijalkowski <[email protected]>
Branch: list-strategies
Changeset: r49665:5f5ee7044ff7
Date: 2011-11-22 17:36 +0200
http://bitbucket.org/pypy/pypy/changeset/5f5ee7044ff7/

Log:    untested paths

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
@@ -774,6 +774,7 @@
             # self.unerase is valid for both of them
             other_items = self.unerase(w_other.lstorage)
         if other_items is items:
+            XXX # untested paths
             if step > 0:
                 # Always copy starting from the right to avoid
                 # having to make a shallow copy in the case where
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to