[pypy-commit] pypy jit-multilabel: hg merge default

hakanardo noreply at buildbot.pypy.org
Sun Dec 18 16:11:11 CET 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-multilabel
Changeset: r50659:db1c9e2286c2
Date: 2011-12-18 16:10 +0100
http://bitbucket.org/pypy/pypy/changeset/db1c9e2286c2/

Log:	hg merge default

diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py
--- a/pypy/module/micronumpy/app_numpy.py
+++ b/pypy/module/micronumpy/app_numpy.py
@@ -53,7 +53,6 @@
     i = start
     for j in range(arr.size):
         arr[j] = i
-        j += 1
         i += step
     return arr
 


More information about the pypy-commit mailing list