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
Raw File
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
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top