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 socketpair
Recipients gvanrossum, opoplawski, python-dev, socketpair, vstinner, yselivanov
Date 2015-11-06.19:18:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446837536.84.0.929550844521.issue21247@psf.upfronthosting.co.za>
In-reply-to
Content
Bug still reproduced. Jenkins running from init.d use /usr/bin/daemon. This mean SIGHUP will be in SIG_IGN state. Since echo.py does not setup sighup handler, sighup will be equivalent of SIGKILL. So, why not to use, say, SIGTERM instead? After such change all tests passed.

If not, signal handling tests should reset signal handling to SIG_DFL.

Please reopen
History
Date User Action Args
2015-11-06 19:18:56socketpairsetrecipients: + socketpair, gvanrossum, vstinner, python-dev, yselivanov, opoplawski
2015-11-06 19:18:56socketpairsetmessageid: <1446837536.84.0.929550844521.issue21247@psf.upfronthosting.co.za>
2015-11-06 19:18:56socketpairlinkissue21247 messages
2015-11-06 19:18:56socketpaircreate