]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Jun 2014 10:59:32 +0000 (12:59 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Jun 2014 10:59:32 +0000 (12:59 +0200)
reads all available bytes from the "self pipe", not only a single byte. This
change reduces the risk of having the pipe full and so getting the innocuous
"BlockingIOError: [Errno 11] Resource temporarily unavailable" message.


Trivial merge