This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablolob
Recipients pablolob, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-28.14:12:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635430372.32.0.809866843445.issue45645@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-10-28 14:12:52pablolobsetrecipients: + pablolob, paul.moore, tim.golden, zach.ware, steve.dower
2021-10-28 14:12:52pablolobsetmessageid: <1635430372.32.0.809866843445.issue45645@roundup.psfhosted.org>
2021-10-28 14:12:52pabloloblinkissue45645 messages
2021-10-28 14:12:52pablolobcreate