[Python-Dev] Coroutines and PEP 380 (original) (raw)
Ethan Furman ethan at stoneleaf.us
Tue Jan 17 23:46:35 CET 2012
- Previous message: [Python-Dev] Coroutines and PEP 380
- Next message: [Python-Dev] Coroutines and PEP 380
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Coroutines and PEP 380
- Next message: [Python-Dev] Coroutines and PEP 380
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]