Thomas Wouters added the comment:

No, using preexec_fn leaves all kinds of races when mixing threads and 
processes (which is a bad idea, but people still sometimes do.) And no, 
restore_signals doesn't fix this; restore_signals only resets the signals the 
*Python interpreter itself* ignored: SIGFPE, SIGXFZ and SIGFSZ (and it defaults 
to True anyway.) It doesn't affect other signals at all, even if Python code 
ignored them.

----------

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

Reply via email to