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 aimacintyre
Recipients aimacintyre, gpolo
Date 2008-09-23.12:47:02
SpamBayes Score 0.0016230929
Marked as misclassified No
Message-id <1222174101.24.0.215453090501.issue3864@psf.upfronthosting.co.za>
In-reply-to
Content
Spelunking with test_fork1, it seems that the interprocess signal test
failure is due to the HUP signal not being delivered from the subprocess
to the parent (line 99 of test_signal.py: self.assertTrue(self.a_called).
History
Date User Action Args
2008-09-23 12:48:21aimacintyresetrecipients: + aimacintyre, gpolo
2008-09-23 12:48:21aimacintyresetmessageid: <1222174101.24.0.215453090501.issue3864@psf.upfronthosting.co.za>
2008-09-23 12:47:03aimacintyrelinkissue3864 messages
2008-09-23 12:47:02aimacintyrecreate