cpython/Misc/NEWS.d/next/IDLE/2019-06-10-22-48-50.bpo-268...

5 lines
240 B
ReStructuredText

To compensate for stack frames added by IDLE and avoid possible problems
with low recursion limits, add 30 to limits in the user code execution
process. Subtract 30 when reporting recursion limits to make this addition
mostly transparent.