Author: Brian Kearns <bdkea...@gmail.com>
Branch: 
Changeset: r68425:8608b7b52941
Date: 2013-12-13 17:16 -0500
http://bitbucket.org/pypy/pypy/changeset/8608b7b52941/

Log:    oops can't remove this

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
@@ -326,7 +326,8 @@
     pass
 
 class W_IntegerBox(W_NumberBox):
-    pass
+    def int_w(self, space):
+        return space.int_w(self.descr_int(space))
 
 class W_SignedIntegerBox(W_IntegerBox):
     pass
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to