[New-bugs-announce] [issue29234] Disable inlining of _PyStack_AsTuple() to reduce the stack consumption

STINNER Victor report at bugs.python.org
Tue Jan 10 19:05:11 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29234>
_______________________________________


More information about the New-bugs-announce mailing list