]> granicus.if.org Git - python/commit
(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)
commit35830270e1db09a4ccffc4495c5c6e662236d8ad
treec1ab768773ec92ec63799935ceefc62757458985
parentbca6ae67d6f7656d6b6024e9670ea609e5a18df5
parent5e63120f8d1593700f8d5813c535d318c8bab111
(Merge 3.4) 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.