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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
