[Python-ideas] libuv based eventloop for tulip experiment

Paul Moore p.f.moore at gmail.com
Wed Jan 30 17:21:41 CET 2013


On 30 January 2013 15:45, Guido van Rossum <guido at python.org> wrote:
>> In pyuv there is a pecial handle for those (Pipe) which works on both unix
>> and windows with the same interface.
>
> PEP 3156 should add a new API for adding a pipe (either the read or
> write end). Someone worked on that for a bit, search last week's
> python-ideas archives.

That was me.

There's a patched version of tulip with pipe connector methods and a
subprocess transport using them in my bitbucket repository:
https://bitbucket.org/pmoore/tulip

Paul



More information about the Python-ideas mailing list