STINNER Victor <vstin...@python.org> added the comment:

https://www.python.org/dev/peps/pep-0475/ changed deeply how Python handles 
signals. Python now tries to restart syscalls interrupted by signals (EINTR). A 
Python function only raises an exception if the Python signal handler raises an 
exception.

----------
status: pending -> open

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

Reply via email to