commit | 54c4b8e5c1e0fd11235ab0d5c848e5355293c964 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 19 12:59:15 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 19 12:59:15 2014 +0200 |
tree | 30832489bbac91a3f904a6eb952d4ceb07b56b6b | |
parent | 6bfd854ea81fecd82711ba2b6107718bab872635 [diff] |
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.