Files
cpython/Lib
Tal Einat fcf1d003bf 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.
2019-07-06 15:35:24 +03:00
..
2019-06-04 19:44:34 +02:00
2019-05-23 08:45:22 -07:00