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 BTaskaya, kj, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-06-08.16:51:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623171079.86.0.909170339285.issue44348@roundup.psfhosted.org>
In-reply-to
Content
> Decrease the global recursion limit only for windows debug.

This is already what we do, so if someone has increased stack usage, they should also decrease the value here.

Hopefully the non-debug value doesn't have to be reduced. In that case, it's worth looking at the stack allocations to reduce it (e.g. I once fixed this by moving a rarely used buffer into a dynamic allocation rather than a local, which saved about 1KB/frame).
History
Date User Action Args
2021-06-08 16:51:19steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, pablogsal, BTaskaya, kj
2021-06-08 16:51:19steve.dowersetmessageid: <1623171079.86.0.909170339285.issue44348@roundup.psfhosted.org>
2021-06-08 16:51:19steve.dowerlinkissue44348 messages
2021-06-08 16:51:19steve.dowercreate