New issue 2645: maximum recursion RuntimeError on CPython crashes PyPy
https://bitbucket.org/pypy/pypy/issues/2645/maximum-recursion-runtimeerror-on-cpython
mattip:
Using Numpy HEAD (starting from June 2017 or so), ``python -c "import numpy as
np; print np.void('a')"`` causes a ``RuntimeError: maximum recursion depth
exceeded`` error on CPython the error can be caught and recovered from. On PyPy
it crashes with a RPython ``StackOverflow`` exception. While technically a
NumPy [issue](https://github.com/numpy/numpy/issues/9345) that they should fix,
perhaps there is a way we can adjust the stack depth to be more compatible?
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue