| commit | 6ef1202eb9de1a402a3fe14df05d90ae93e78d3e | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 19 12:59:32 2014 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 19 12:59:32 2014 +0200 |
| tree | 532ee2cd56532a64f9c26b916b5f55daf5ce00e2 | |
| parent | 9ec15176bca8e5836c540c9cd84e209bed7a8a73 [diff] | |
| parent | 54c4b8e5c1e0fd11235ab0d5c848e5355293c964 [diff] |
(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.