[pypy-commit] pypy default: Collect data on flatiter as well.

alex_gaynor noreply at buildbot.pypy.org
Sun Jan 29 19:17:11 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r51945:713d8bc8fbc7
Date: 2012-01-29 13:16 -0500
http://bitbucket.org/pypy/pypy/changeset/713d8bc8fbc7/

Log:	Collect data on flatiter as well.

diff --git a/pypy/module/micronumpy/tool/numready/main.py b/pypy/module/micronumpy/tool/numready/main.py
--- a/pypy/module/micronumpy/tool/numready/main.py
+++ b/pypy/module/micronumpy/tool/numready/main.py
@@ -88,7 +88,7 @@
                 l[i].append(lst[k * lgt + i])
     return l
 
-SPECIAL_NAMES = ["ndarray", "dtype", "generic"]
+SPECIAL_NAMES = ["ndarray", "dtype", "generic", "flatiter"]
 
 def main(argv):
     cpy_items = find_numpy_items("/usr/bin/python")


More information about the pypy-commit mailing list