Orion Poplawski added the comment:

Looks like in the Fedora koji builds, the SIGHUP sigaction is set to SIG_IGN, 
which causes the processes that the python tests are trying to kill with SIGHUP 
not to die.  Perhaps the koji builders should not be doing that, perhaps the 
python tests should reset the SIGHUP sigaction to SIG_DFL.

----------

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

Reply via email to