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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-02-19.20:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613767602.27.0.65560684805.issue43271@roundup.psfhosted.org>
In-reply-to
Content
If someone wants to measure the stack memory usage per function call, _testcapi.stack_pointer() can be used: see bpo-30866.
History
Date User Action Args
2021-02-19 20:46:42vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2021-02-19 20:46:42vstinnersetmessageid: <1613767602.27.0.65560684805.issue43271@roundup.psfhosted.org>
2021-02-19 20:46:42vstinnerlinkissue43271 messages
2021-02-19 20:46:42vstinnercreate