On Tue, Jan 27, 2015 at 9:09 AM, Victor Stinner <[email protected]>
wrote:

> The ProactorEventLoop still lacks some features: UDP and signal handling.
> https://docs.python.org/dev/library/asyncio-eventloops.html#windows
>
> add_reader() and add_writer() are not supported, but I'm not sure that
> it's possible to implement them. They don't fit into IOCP design
> (being notified when a read operation is done, not when you can
> starting reading without blocking).
>

Correct, applications should not use these directly. This situation is all
by design and I think we shouldn't try to "fix" this.


> I have pending (and working!) patches for signal handling, I should update
> them.
>

That sounds good.

-- 
--Guido van Rossum (python.org/~guido)

Reply via email to