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.
T
Tal Einat committed
fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71
Parent: 45bc61b
Committed by GitHub <noreply@github.com>
on 7/6/2019, 12:35:24 PM