[pypy-commit] pypy numpy-back-to-applevel: add another test commit

fijal noreply at buildbot.pypy.org
Mon Jan 23 22:59:17 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-back-to-applevel
Changeset: r51699:27230fad5112
Date: 2012-01-23 23:58 +0200
http://bitbucket.org/pypy/pypy/changeset/27230fad5112/

Log:	add another test commit

diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py
--- a/pypy/module/micronumpy/interp_boxes.py
+++ b/pypy/module/micronumpy/interp_boxes.py
@@ -283,3 +283,4 @@
 
     __new__ = interp2app(W_Float64Box.descr__new__.im_func),
 )
+


More information about the pypy-commit mailing list