[issue19098] sys.setrecursionlimit(2**30) breaks interactive shell

2013-09-26 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis: sys.setrecursionlimit(2**30) breaks interactive shell in Python =3.3. This bug does not occur during non-interactive execution of scripts / modules. This bug does not occur in versions of Python older than 3.3. This bug occurs only for

[issue19098] sys.setrecursionlimit(2**30) breaks interactive shell

2013-09-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3df31cbcd0a by Benjamin Peterson in branch '3.3': don't scale compiler stack frames if the recursion limit is huge (closes #19098) http://hg.python.org/cpython/rev/c3df31cbcd0a New changeset 9a7ec433bf59 by Benjamin Peterson in branch 'default':