Author: Armin Rigo <[email protected]>
Branch:
Changeset: r89907:ad26698c18d7
Date: 2017-02-03 11:16 +0100
http://bitbucket.org/pypy/pypy/changeset/ad26698c18d7/
Log: fix
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module/micronumpy/compile.py
+++ b/pypy/module/micronumpy/compile.py
@@ -65,6 +65,8 @@
w_KeyError = W_TypeObject("KeyError")
w_SystemExit = W_TypeObject("SystemExit")
w_KeyboardInterrupt = W_TypeObject("KeyboardInterrupt")
+ w_RuntimeError = W_TypeObject("RuntimeError")
+ w_RecursionError = W_TypeObject("RecursionError") # py3.5
w_VisibleDeprecationWarning = W_TypeObject("VisibleDeprecationWarning")
w_None = W_Root()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit