On 2017-08-25, dieter <die...@handshake.de> wrote:
> This may no longer work. Long ago, I have often been plagued
> by such EINTR exceptions, and I have wished heavily that in those
> cases the IO operation should be automatically resumed. In recent time,
> I have no longer seen such exceptions - and I concluded that my wish
> has been fulfilled (at least for many signal types).

You are correct, this was addressed in PEP 475 which was implemented
in Python 3.5 and it was indeed a good thing.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to