Author: Alex Gaynor <[email protected]>
Branch: numpy-back-to-applevel
Changeset: r51865:706c23fe89c5
Date: 2012-01-27 14:19 -0500
http://bitbucket.org/pypy/pypy/changeset/706c23fe89c5/

Log:    forgotten file

diff --git a/pypy/module/micronumpy/support.py 
b/pypy/module/micronumpy/support.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/micronumpy/support.py
@@ -0,0 +1,5 @@
+def product(s):
+    i = 1
+    for x in s:
+        i *= x
+    return i
\ No newline at end of file
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to