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

Christian Tismer report at bugs.python.org
Fri Sep 24 05:16:19 EDT 2021


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

FYI., in Stackless Python I built a chain of frames by a double linked list. This was the replacement for the current frame/stack mix.
Debugging was still quite easy, following this frame chain.

Note that it is a rather easy step to add the capability to squirrel the whole current chain away and replace it by another one. Add some header to such a chain, and you can call it "Tasklet".

----------

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


More information about the Python-bugs-list mailing list