[issue45256] Remove the usage of the C stack in Python to Python calls

Pablo Galindo Salgado report at bugs.python.org
Tue Sep 28 07:41:33 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

We are starting to optimize first the easy cases of CALL_FUNCTION and move slowly to add more and more calls into it. This approach has the advantage that allow us to take it in small increments.

----------

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


More information about the Python-bugs-list mailing list