Author: mattip <[email protected]>
Branch: missing-ndarray-attributes
Changeset: r60213:59d998a98dc1
Date: 2013-01-18 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/59d998a98dc1/
Log: whoops
diff --git a/pypy/rlib/listsort.py b/pypy/rlib/listsort.py
--- a/pypy/rlib/listsort.py
+++ b/pypy/rlib/listsort.py
@@ -517,7 +517,6 @@
def merge_force_collapse(self):
p = self.pending
while len(p) > 1:
- xxx
if len(p) >= 3 and p[-3].len < p[-1].len:
self.merge_at(-3)
else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit