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


Trivial merge