[issue1652] subprocess should have an option to restore SIGPIPE to default action

Mitar report at bugs.python.org
Thu Sep 2 12:56:34 CEST 2010


Mitar <mmitar at gmail.com> added the comment:

GHC Haskell compiler is currently opting for a different solution: installing an default empty handler which is cleared by exec automatically and signal handler is restored back to SIG_DFL:

http://hackage.haskell.org/trac/ghc/ticket/4274

----------
nosy: +mitar

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


More information about the Python-bugs-list mailing list