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 steve.dower
Recipients pablolob, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-28.21:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635455374.06.0.862525248938.issue45645@roundup.psfhosted.org>
In-reply-to
Content
This is almost certainly because of how Windows handles stack overflow exceptions, and the fact that there's no way for us to detect it reliably.

There's some work going on to reduce the C stack depth when calling heavily nested Python code (see issue45256), but there's nothing else we can really do I'm afraid.

I'm marking *this* issue as wontfix, but hopefully we can make some improvement on this general issue through other issues. Thanks for reporting it!
History
Date User Action Args
2021-10-28 21:09:34steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, pablolob
2021-10-28 21:09:34steve.dowersetmessageid: <1635455374.06.0.862525248938.issue45645@roundup.psfhosted.org>
2021-10-28 21:09:34steve.dowerlinkissue45645 messages
2021-10-28 21:09:33steve.dowercreate