[Python-Dev] Coroutines and PEP 380 (original) (raw)

Ethan Furman ethan at stoneleaf.us
Tue Jan 17 23:46:35 CET 2012


Mark Shannon wrote:

I think that CPython should have proper coroutines, rather than add more bits and pieces to generators in an attempt to make them more like coroutines.

I have mentioned this before, but this time I have done something about it :) I have a working, portable, (asymmetric) coroutine implementation here: https://bitbucket.org/markshannon/hotpycoroutines

As a user, this sounds cool!

Ethan



More information about the Python-Dev mailing list