Author: Philip Jenvey <[email protected]>
Branch: remove-intlong-smm
Changeset: r68562:e0cd2c82cef7
Date: 2013-12-27 17:02 -0800
http://bitbucket.org/pypy/pypy/changeset/e0cd2c82cef7/
Log: int's typedef is now here
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
@@ -681,7 +681,7 @@
)
W_LongBox.typedef = TypeDef("int%d" % LONG_BIT,
- (W_SignedIntegerBox.typedef, int_typedef),
+ (W_SignedIntegerBox.typedef, W_IntObject.typedef),
__module__ = "numpy",
__new__ = interp2app(W_LongBox.descr__new__.im_func),
__index__ = interp2app(W_LongBox.descr_index),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit