summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2019-07-06 15:35:24 +0300
committerGitHub <noreply@github.com>2019-07-06 15:35:24 +0300
commitfcf1d003bf4f0100c9d0921ff3d70e1127ca1b71 (patch)
tree77d6f9323162ee6455a14da9c4f9bb78640284ae /Python/pythonrun.c
parent45bc61b97178b27ae05bd3eb95481bf0325795bb (diff)
downloadcpython-git-fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71.tar.gz
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions