STINNER Victor added the comment: > However, I submit to you that this is NOT an eventlet issue. (...) capture > all exceptions that would point a user to retry (such as EAGAIN and EINTR) > and mask them and return some EFATAL.
You cannot get EAGAIN on a blocking file descriptor and subprocess uses blocking file descriptors. It looks like eventlet monkey patching makes file descriptors non-blocking. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22114> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com