New submission from STINNER Victor:

Attached patch changes signal.sigtimedwait() to retry if sigtimedwait() failed 
with EINTR and the signal handler didn't raise an exception.

----------
files: sigtimedwait_eintr.patch
keywords: patch
messages: 238595
nosy: haypo
priority: normal
severity: normal
status: open
title: PEP 475: signal.sigtimedwait() must retry if sigtimedwait() failed with 
EINTR
versions: Python 3.5
Added file: http://bugs.python.org/file38583/sigtimedwait_eintr.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23715>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to