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 gvanrossum, opoplawski, vstinner, yselivanov
Date 2014-04-16.16:54:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397667246.86.0.585504731491.issue21247@psf.upfronthosting.co.za>
In-reply-to
Content
We have determined that the koji builder is indeed setting the SIGHUP sigaction to SIG_IGN, which the python test is inheriting, and are working on trying to get that fixed.  However, it may be worth considering something like https://github.com/pexpect/pexpect/commit/1fbfddf33d196fd1f211fb95efdaa810b8b5dad3 in the python tests to ensure that the test run properly in situations like this (I can imagine someone running them under "nohup").
History
Date User Action Args
2014-04-16 16:54:06opoplawskisetrecipients: + opoplawski, gvanrossum, vstinner, yselivanov
2014-04-16 16:54:06opoplawskisetmessageid: <1397667246.86.0.585504731491.issue21247@psf.upfronthosting.co.za>
2014-04-16 16:54:06opoplawskilinkissue21247 messages
2014-04-16 16:54:06opoplawskicreate