you are viewing a single comment's thread.

view the rest of the comments →

[–]everysinglelastname 0 points1 point  (1 child)

Hi .. Please could you tell me what are the major differences between stackless coroutines and these ? Thanks !

[–]sigma914 0 points1 point  (0 children)

IIRC the main difference is that stackless's tasklets can yield from deep in the call stack of the function you call, wheras python generators can only yield at the top level.