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 brian.curtin
Recipients asvetlov, brian.curtin, pitrou, tim.golden
Date 2012-04-03.14:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333463926.18.0.62076489311.issue14484@psf.upfronthosting.co.za>
In-reply-to
Content
I don't remember exactly why, but it can be removed. It may have just been left in while I was debugging it.

As for the second point, why else are you calling os.kill if you don't want to kill the given process? I don't disagree that it's on the perverse side, but that's the functionality available. Perhaps we should *not* have the fallback and only operate on the signals?
History
Date User Action Args
2012-04-03 14:38:46brian.curtinsetrecipients: + brian.curtin, pitrou, tim.golden, asvetlov
2012-04-03 14:38:46brian.curtinsetmessageid: <1333463926.18.0.62076489311.issue14484@psf.upfronthosting.co.za>
2012-04-03 14:38:45brian.curtinlinkissue14484 messages
2012-04-03 14:38:45brian.curtincreate