Julien Palard added the comment:

Maybe something like:

> Python installs a small number of signal handlers by default: SIGPIPE is 
> ignored (so write errors on pipes and sockets can be reported as ordinary 
> Python exceptions) and SIGINT (if parent process has not changed it) is 
> translated into a KeyboardInterrupt exception. All of these can be overridden.

----------
nosy: +mdk

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

Reply via email to