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 ned.deily
Recipients corona10, morioprog, ned.deily, ronaldoussoren
Date 2020-05-06.00:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588723200.66.0.379700267827.issue40518@roundup.psfhosted.org>
In-reply-to
Content
See the long discussion in Issue34602 for more details. The investigation there showed that there are now conditions when running in newer versions of macOS (apparently as of 10.14.4) where trying to increase the stack limit at run time using resource.RLIMIT_STACK fails.  If you do need to increase the stack limit, to handle deeper recusions etc, one solution is to rebuild Python for macOS with a larger stack size as shown in PR 14546 rather than trying to change it at runtime.
History
Date User Action Args
2020-05-06 00:00:00ned.deilysetrecipients: + ned.deily, ronaldoussoren, corona10, morioprog
2020-05-06 00:00:00ned.deilysetmessageid: <1588723200.66.0.379700267827.issue40518@roundup.psfhosted.org>
2020-05-06 00:00:00ned.deilylinkissue40518 messages
2020-05-06 00:00:00ned.deilycreate