[pypy-commit] pypy numpypy-axisops: add a note

fijal noreply at buildbot.pypy.org
Sat Jan 14 15:05:50 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpypy-axisops
Changeset: r51305:9478a09d1230
Date: 2012-01-14 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/9478a09d1230/

Log:	add a note

diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -127,6 +127,8 @@
     def test_axissum(self):
         result = self.run("axissum")
         assert result == 30
+        # XXX note - the bridge here is fairly crucial and yet it's pretty
+        #            bogus. We need to improve the situation somehow.
         self.check_simple_loop({'getinteriorfield_raw': 2,
                                 'setinteriorfield_raw': 1,
                                 'arraylen_gc': 1,


More information about the pypy-commit mailing list