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 vstinner
Recipients michael.foord, neologix, pitrou, vstinner
Date 2011-07-25.10:02:44
SpamBayes Score 0.000197185
Marked as misclassified No
Message-id <1311588165.52.0.0926451169654.issue12625@psf.upfronthosting.co.za>
In-reply-to
Content
> getpid() is called after each kill(getpid(), <signum>),
> to "force" the signal delivery

Please write a function (in test.support?) with a comment explaining why you are doing that.

You may also only do this workaround on specific platforms. For example, only on FreeBSD and OpenIndiana (the test would be in the function).
History
Date User Action Args
2011-07-25 10:02:45vstinnersetrecipients: + vstinner, pitrou, michael.foord, neologix
2011-07-25 10:02:45vstinnersetmessageid: <1311588165.52.0.0926451169654.issue12625@psf.upfronthosting.co.za>
2011-07-25 10:02:44vstinnerlinkissue12625 messages
2011-07-25 10:02:44vstinnercreate