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 kj
Recipients BTaskaya, Mark.Shannon, kj, orsenthil, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-06-09.18:07:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623262053.58.0.749923557789.issue44348@roundup.psfhosted.org>
In-reply-to
Content
@Steve thanks for the info,

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

I see the recursion limit set in _PyEval_InitState but I don't see any special settings for windows. Is it somewhere else or am I missing something here :( ?

BTW, I'm thinking about changing the CI checks for windows to test on debug builds. I find it strange that the macOS and ubuntu CIs test on debug builds while windows seemingly doesn't[1]. If we change it, similar errors may be caught earlier at the PR stage rather than when it's committed and causes the buildbots to fail. What do you think?

[1] https://github.com/python/cpython/blob/main/.github/workflows/build.yml#L95
History
Date User Action Args
2021-06-09 18:07:33kjsetrecipients: + kj, paul.moore, orsenthil, vstinner, tim.golden, Mark.Shannon, zach.ware, steve.dower, pablogsal, BTaskaya
2021-06-09 18:07:33kjsetmessageid: <1623262053.58.0.749923557789.issue44348@roundup.psfhosted.org>
2021-06-09 18:07:33kjlinkissue44348 messages
2021-06-09 18:07:33kjcreate