[issue16105] Pass read only FD to signal.set_wakeup_fd

Charles-François Natali report at bugs.python.org
Wed Oct 3 10:40:39 CEST 2012


Charles-François Natali added the comment:

> A signal handler can be called anymore, anywhere. How do you handle such
> exception in an application? "handle": do something better than exit the
> apllication.

Well, chances are you won't, but failing with an explicit error
message is better than silently failing to deliver signals (which may
result in a deadlock, for example).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16105>
_______________________________________


More information about the Python-bugs-list mailing list