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 exarkun
Recipients exarkun, lukasz.langa, marche147, methane, miss-islington, ned.deily, ronaldoussoren, v2m
Date 2022-01-05.20:10:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641413447.02.0.428494531983.issue34602@roundup.psfhosted.org>
In-reply-to
Content
My understanding of the resolution of this ticket is that it is still not possible to use setrlimit with RLIMIT_STACK to raise the soft stack limit.  Is that correct?

In that case, the original bug report still seems valid and unresolved (and indeed, I am porting a project from Python 2.7 to Python 3.9 and on macOS it fails because it cannot raise the stack limit).
History
Date User Action Args
2022-01-05 20:10:47exarkunsetrecipients: + exarkun, ronaldoussoren, ned.deily, methane, lukasz.langa, miss-islington, v2m, marche147
2022-01-05 20:10:47exarkunsetmessageid: <1641413447.02.0.428494531983.issue34602@roundup.psfhosted.org>
2022-01-05 20:10:47exarkunlinkissue34602 messages
2022-01-05 20:10:46exarkuncreate