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

Paul Moore p.f.moore at gmail.com
Fri Jan 18 09:08:33 CET 2013


On 18 January 2013 05:08, Guido van Rossum <guido at python.org> wrote:
>> That still doesn't spell out that it's about the internet
>> in particular. Or is the assumption that internet connections
>> are the only kind that matter these days?
>
> Basically yes, in this context. The same assumption underlies
> socket.getaddrinfo() in the stdlib. If you have a CORBA system lying
> around and you want to support it, you're welcome to create the
> transport connection function create_corba_connection(). :-)

To create that create_corba_connection() function, you'd be expected
to subclass the standard event loop, is that right?

Paul



More information about the Python-ideas mailing list