]> granicus.if.org Git - python/commit
asyncio: Fix ProactorEventLoop.start_serving_pipe()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jan 2015 14:03:20 +0000 (15:03 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jan 2015 14:03:20 +0000 (15:03 +0100)
commita19b7b3fcafe52b98245e14466ffc4d6750ca4f1
tree6aff424bf56089154fb15c7bc7637c54ab790f3d
parentb76bcc4ffc1f81a3cb5e6cabb77f127f71e2eddb
asyncio: Fix ProactorEventLoop.start_serving_pipe()

If a client connected before the server was closed: drop the client (close the
pipe) and exit.
Lib/asyncio/windows_events.py