Files
cpython/Lib
Victor Stinner b60e9ca69d Issue #20455: asyncio: write a new write pipe transport class for proactor (on
Windows) instead of using the "duplex" pipe transport. The new class uses a
simpler overlapped read to be notified when the pipe is closed. So the protocol
doesn't need to implement eof_received(): connection_lost() is called instead.
_UnixWritePipeTransport has the same approach.
2014-01-31 14:18:18 +01:00
..
2014-01-28 23:14:12 -05:00
2014-01-13 14:24:11 +02:00
2014-01-12 16:07:59 -08:00
2014-01-11 22:22:21 -08:00