From: Victor Stinner Date: Thu, 19 Jun 2014 10:59:32 +0000 (+0200) Subject: (Merge 3.4) Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now X-Git-Tag: v3.5.0a1~1443^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ef1202eb9de1a402a3fe14df05d90ae93e78d3e;p=python (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. --- 6ef1202eb9de1a402a3fe14df05d90ae93e78d3e