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:22:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643721744.67.0.0627288308468.issue46600@roundup.psfhosted.org>
In-reply-to
Content
Previous issues about stack memory usage, work done in 2017:

* bpo-28870: Reduce stack consumption of PyObject_CallFunctionObjArgs() and like
* bpo-29227: Reduce C stack consumption in function calls
* bpo-29465: Modify _PyObject_FastCall() to reduce stack consumption
29464

I summarized the results in the "Stack consumption" section of my article: https://vstinner.github.io/contrib-cpython-2017q1.html
History
Date User Action Args
2022-02-01 13:22:24vstinnersetrecipients: + vstinner
2022-02-01 13:22:24vstinnersetmessageid: <1643721744.67.0.0627288308468.issue46600@roundup.psfhosted.org>
2022-02-01 13:22:24vstinnerlinkissue46600 messages
2022-02-01 13:22:24vstinnercreate