]> granicus.if.org Git - python/commit
(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)
commit6ef1202eb9de1a402a3fe14df05d90ae93e78d3e
tree532ee2cd56532a64f9c26b916b5f55daf5ce00e2
parent9ec15176bca8e5836c540c9cd84e209bed7a8a73
parent54c4b8e5c1e0fd11235ab0d5c848e5355293c964
(Merge 3.4) Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now
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.