Thank you for the subprocess.
While it is already shipped with gevent there is no proper version for
gevent-py3k. Until gevent doesn't support py3k it is very useful.
It contains some typos like "from sp import ...".
And does "patch_subprocess()" really needed?
> I write a subprcess patch for gevent, see
>
https://gist.github.com/2785610. the test passed in gevent 1.0b1,
> however, failed in gevent 1.0b2.
>
> then I review the code I found that in gevent 1.0b1, after children
> process dead, it will return 0, but return None in gevent 1.0b2.
>
> so...what's different between 1.0b1 and 1.0b2?
>
--
Alexandre Kandalintsev