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 2021-10-13.00:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634084933.66.0.236747001334.issue45439@roundup.psfhosted.org>
In-reply-to
Content
I should also check again the stack consumption. Old issues:

* bpo-29465: Modify _PyObject_FastCall() to reduce stack consumption
* bpo-29234: Disable inlining of _PyStack_AsTuple() to reduce the stack consumption
* bpo-29227: Reduce C stack consumption in function calls
* bpo-28858: Fastcall uses more C stack

See also: "Stack consumption" of https://vstinner.github.io/contrib-cpython-2017q1.html
History
Date User Action Args
2021-10-13 00:28:53vstinnersetrecipients: + vstinner
2021-10-13 00:28:53vstinnersetmessageid: <1634084933.66.0.236747001334.issue45439@roundup.psfhosted.org>
2021-10-13 00:28:53vstinnerlinkissue45439 messages
2021-10-13 00:28:53vstinnercreate