This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author opoplawski
Recipients opoplawski
Date 2014-04-15.22:38:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397601538.32.0.213723441287.issue21247@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-15 22:38:58opoplawskisetrecipients: + opoplawski
2014-04-15 22:38:58opoplawskisetmessageid: <1397601538.32.0.213723441287.issue21247@psf.upfronthosting.co.za>
2014-04-15 22:38:58opoplawskilinkissue21247 messages
2014-04-15 22:38:58opoplawskicreate