New submission from STINNER Victor:

While working on the issue #28870, I noticed that _PyStack_AsTuple() is 
inlined. Compared to Python 3.5 which didn't have this function, it seems like 
_PyStack_AsTuple() is responsible for an increase of the stack consumption.

----------
components: Interpreter Core
messages: 285168
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Disable inlining of _PyStack_AsTuple() to reduce the stack consumption
type: enhancement
versions: Python 3.7

_______________________________________
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