[pypy-dev] coroutine interface for CPython

Stephan Diehl stephan.diehl at gmx.net
Tue Dec 5 19:12:34 CET 2006


Hi all,
I've just hacked together a coroutine interface for CPython. Basicly, 
I've stripped out all references to pypy from christians 
interp_coroutine.py module.
Amazingly, even pypy's stackless module works with this coroutine 
implementation.
At the moment, all of this can be found here:
https://codespeak.net/viewvc/user/stephan/hacks/coroutine/

Should I put this somewhere into the pypy repository? And if yes, where 
exactly?

Cheers

Stephan



More information about the Pypy-dev mailing list