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 matrixise, ned.deily, ronaldoussoren, steve.dower
Date 2019-07-14.07:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563090243.27.0.317323748251.issue18049@roundup.psfhosted.org>
In-reply-to
Content
I believe this is acceptable to include in 3.8, provided it makes sense for 3.9, so I added the backport tag on the PR.

That said, I'm not making any comment on whether it's appropriate at all :)

For Windows we found some ways to reduce the stack usage of debug builds (IIRC, refactoring some large local variables into their own function) and improved recursion depth that way. Without any data on whether worker threads generally go deeper than the main thread, I would hesitate to say that they ought to be the same, as there is a definite advantage to having a smaller stack by default when you have many worker threads.

But if someone else confidently approves the change, it can go into 3.8.
History
Date User Action Args
2019-07-14 07:44:03steve.dowersetrecipients: + steve.dower, ronaldoussoren, ned.deily, matrixise
2019-07-14 07:44:03steve.dowersetmessageid: <1563090243.27.0.317323748251.issue18049@roundup.psfhosted.org>
2019-07-14 07:44:03steve.dowerlinkissue18049 messages
2019-07-14 07:44:03steve.dowercreate