[New-bugs-announce] [issue45256] Remove the usage of the cstack in Python to Python calls

Pablo Galindo Salgado report at bugs.python.org
Tue Sep 21 06:41:59 EDT 2021


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

Removing the usage of the C stack in Python-to-Python calls will allow future optimizations in the eval loop to take place and can yield some speed ups given that we will be removing C function calls and preambles by inlining the callee in the same eval loop as the caller.

----------
messages: 402311
nosy: Mark.Shannon, pablogsal
priority: normal
severity: normal
status: open
title: Remove the usage of the cstack in Python to Python calls
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45256>
_______________________________________


More information about the New-bugs-announce mailing list