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 python-dev, serhiy.storchaka, steve.dower, vstinner
Date 2017-02-01.17:03:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485968628.71.0.470095100439.issue29234@psf.upfronthosting.co.za>
In-reply-to
Content
The initial issue has been fixed.

With the issue #28870 (msg285169): "The default branch is now as good as Python 3.4, in term of stack consumption, and Python 3.4 was the Python version which used the least stack memory according to my tests."

Serhiy: As I wrote, for _PyStack_AsDict(), we need numbers to see if this function is inlined or not, and check its usage of the stack.

Since I consider that the stack usage is now low enough, I'm not interested to continue to investigate the stack usage. Feel free to continue the effort, but please open a new issue in this case.

I close the issue.
History
Date User Action Args
2017-02-01 17:03:48vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka, steve.dower
2017-02-01 17:03:48vstinnersetmessageid: <1485968628.71.0.470095100439.issue29234@psf.upfronthosting.co.za>
2017-02-01 17:03:48vstinnerlinkissue29234 messages
2017-02-01 17:03:48vstinnercreate