New issue 2690: Importing module when PyPy is kernel for Jupyter Notebook
https://bitbucket.org/pypy/pypy/issues/2690/importing-module-when-pypy-is-kernel-for
acoady:
I encountered a problem when pypy is configured as a kernel for a Jupyter
Notebook and I tried to import a module that contains c
New issue 2691: Deep recrsion program causes pypy2-5.9.1 to segfault
https://bitbucket.org/pypy/pypy/issues/2691/deep-recrsion-program-causes-pypy2-591-to
Shlomi Fish:
The attached program segfaults on pypy2 5.9.1 linux x86-64 while running fine
on cpython 2.7.x. It uses sys.setrecursionlimit().