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

Christian Tismer report at bugs.python.org
Tue Sep 28 07:11:32 EDT 2021


Christian Tismer <tismer at stackless.com> added the comment:

FWIW, getting all function to avoid the C stack will most probably take a long time, if it happens at all. Especially functions which might call into Python multiple times must be re-designed heavily, turned into multiple pieces to be in tail position. Been there, long ago... :)

----------

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


More information about the Python-bugs-list mailing list