Message402546
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". |
|
| Date |
User |
Action |
Args |
| 2021-09-24 09:16:19 | Christian.Tismer | set | recipients:
+ Christian.Tismer, gvanrossum, vstinner, Mark.Shannon, serhiy.storchaka, steve.dower, corona10, pablogsal, kj |
| 2021-09-24 09:16:19 | Christian.Tismer | set | messageid: <[email protected]> |
| 2021-09-24 09:16:19 | Christian.Tismer | link | issue45256 messages |
| 2021-09-24 09:16:19 | Christian.Tismer | create | |
|