commit | 17660ee319e307a9f738cce7b120b4b76911512b | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Thu May 04 23:39:05 2017 +0200 |
committer | Chris Liechti <cliechti@gmx.net> | Thu May 04 23:39:05 2017 +0200 |
tree | bb527b4308ce97550372634c53a98f410265c1f5 | |
parent | c795c4d232c651c242eb4a92cb1c7eb2be9f4a53 [diff] |
posix: ignore more blocking errors and EINTR also for python 2.7 - catch all the errno's that BlockingIOError would cover - and catch EINTR in for both blocks, for Py 2.7 and 3.x fixes #227