Staging
v0.5.1
https://github.com/python/cpython
Revision d4af55391f56286ab8d478591017174a5a0a5ce2 authored by Miss Islington (bot) on 06 July 2019, 12:54:17 UTC, committed by GitHub on 06 July 2019, 12:54:17 UTC

This is done to compensate for the extra stack frames added by
IDLE itself, which cause problems when setting the recursion limit
to low values.

This wraps sys.setrecursionlimit() and sys.getrecursionlimit()
as invisibly as possible.
(cherry picked from commit fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
1 parent ea9c8ca
History
Tip revision: d4af55391f56286ab8d478591017174a5a0a5ce2 authored by Miss Islington (bot) on 06 July 2019, 12:54:17 UTC
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Tip revision: d4af553
File Mode Size
CODEOWNERS -rw-r--r-- 2.7 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
appveyor.yml -rw-r--r-- 1.1 KB
codecov.yml -rw-r--r-- 482 bytes

back to top