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 vstinner
Recipients vstinner
Date 2022-02-01.13:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643722857.62.0.725903226653.issue46600@roundup.psfhosted.org>
In-reply-to
Content
stack_overflow-4.py: Update script from bpo-30866 to measure stack memory usage before Python crash or raises a RecursionError.

I had to modify the script since calling a Python function from a Python function no longer allocates (additional) memory on the stack! See bpo-45256 "Remove the usage of the C stack in Python to Python calls".
History
Date User Action Args
2022-02-01 13:40:57vstinnersetrecipients: + vstinner
2022-02-01 13:40:57vstinnersetmessageid: <1643722857.62.0.725903226653.issue46600@roundup.psfhosted.org>
2022-02-01 13:40:57vstinnerlinkissue46600 messages
2022-02-01 13:40:57vstinnercreate