[pypy-issue] [issue1253] compile => RuntimeError: maximum recursion depth exceeded

Pigmej tracker at bugs.pypy.org
Fri Sep 7 11:44:03 CEST 2012


New submission from Pigmej <jedrzej.nowak at codernity.com>:

Run attached code on CPython and on PyPy. It will work fine on CPython, but will crash on 
PyPy, because o "RuntimeError: maximum recursion depth exceeded".

At current trunk it crashes on 6400, so in case of change please verify the while loop.


// I know that code makes no sense at all.

----------
files: pypy_rec.py
messages: 4717
nosy: pigmej, pypy-issue
priority: bug
status: unread
title: compile => RuntimeError: maximum recursion depth exceeded

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1253>
________________________________________


More information about the pypy-issue mailing list