[Python-ideas] Tulip / PEP 3156 - subprocess events

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jan 16 21:45:40 CET 2013


Guido van Rossum wrote:
> If the user is okay with solving the problem only for their particular 
> platform and event loop implementation they don't need to add anything 
> to the event loop.

In this case, shouldn't it be sufficient for tulip to provide
a way of wrapping pipes, whatever they may look like on the
platform? I don't see why a Transport specific to subprocesses
should be required.

-- 
Greg



More information about the Python-ideas mailing list