This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Christian.Tismer
Recipients Christian.Tismer, Mark.Shannon, corona10, gvanrossum, kj, pablogsal, serhiy.storchaka, steve.dower, vstinner
Date 2021-09-24.09:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632474979.43.0.894052559624.issue45256@roundup.psfhosted.org>
In-reply-to
Content
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".
History
Date User Action Args
2021-09-24 09:16:19Christian.Tismersetrecipients: + Christian.Tismer, gvanrossum, vstinner, Mark.Shannon, serhiy.storchaka, steve.dower, corona10, pablogsal, kj
2021-09-24 09:16:19Christian.Tismersetmessageid: <1632474979.43.0.894052559624.issue45256@roundup.psfhosted.org>
2021-09-24 09:16:19Christian.Tismerlinkissue45256 messages
2021-09-24 09:16:19Christian.Tismercreate