]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Nov 2014 23:23:27 +0000 (00:23 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Nov 2014 23:23:27 +0000 (00:23 +0100)
commit5e63120f8d1593700f8d5813c535d318c8bab111
treee1856c36f08824b8d29a0578b07ee8c2a14de909
parent2d99d93d11e7908a51fde8de27b7a3584d23cf46
asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling
the parent close() method. If the event loop is already closed, the self-pipe
is not unregistered from the selector.
Lib/asyncio/selector_events.py