[New-bugs-announce] [issue45645] Deep recursion terminates script execution with no error (Windows, Python 3.9)

PABLO LOBATO DE LA CRUZ report at bugs.python.org
Thu Oct 28 10:12:52 EDT 2021


New submission from PABLO LOBATO DE LA CRUZ <pablolob at ucm.es>:

Deep recursion crashes on Windows (Python 3.9) when the depth limit is increased and no error is shown.
Seems to work fine on other systems that I have tried (Linux and MacOS).
Please find attached the script to reproduce the error.
Expected and other systems output:

Calculated N2
Try block finished correctly
This is the finally block

Output:

Calculated N2

----------
components: Windows
files: forstack.py
messages: 405185
nosy: pablolob, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Deep recursion terminates script execution with no error (Windows, Python 3.9)
type: crash
versions: Python 3.9
Added file: https://bugs.python.org/file50407/forstack.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45645>
_______________________________________


More information about the New-bugs-announce mailing list