STINNER Victor added the comment:

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.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29234>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to