diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-01-31 13:18:18 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-01-31 13:18:18 (GMT) |
commit | b60e9ca69d80bbc630f443e664c787c2aebcaa20 (patch) | |
tree | a057f4b02627667beca4c11692d9ed8a624c086e /Python/dynload_shlib.c | |
parent | 61b3c9bacc51a2dbf8baa4f55b812f33b32a2692 (diff) | |
download | cpython-b60e9ca69d80bbc630f443e664c787c2aebcaa20.zip cpython-b60e9ca69d80bbc630f443e664c787c2aebcaa20.tar.gz cpython-b60e9ca69d80bbc630f443e664c787c2aebcaa20.tar.bz2 |
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.
Diffstat (limited to 'Python/dynload_shlib.c')
0 files changed, 0 insertions, 0 deletions