Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r54102:8ea355410395
Date: 2012-03-30 19:56 +0200
http://bitbucket.org/pypy/pypy/changeset/8ea355410395/

Log:    always look inside the product - we kind of need it.

diff --git a/pypy/module/micronumpy/support.py 
b/pypy/module/micronumpy/support.py
--- a/pypy/module/micronumpy/support.py
+++ b/pypy/module/micronumpy/support.py
@@ -1,9 +1,9 @@
 from pypy.rlib import jit
 
 
[email protected]_inside_iff(lambda s: jit.isconstant(len(s)))
[email protected]_safe
 def product(s):
     i = 1
     for x in s:
         i *= x
-    return i
\ No newline at end of file
+    return i
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to