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 gregory.p.smith
Recipients Ernst.Sjöstrand, amaury.forgeotdarc, brian.curtin, erickt, eryksun, fangyizhou, giampaolo.rodola, gregory.p.smith, guettli, haizaar, neologix, vstinner, xuanji
Date 2019-07-01.00:06:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561939570.27.0.919060122594.issue5115@roundup.psfhosted.org>
In-reply-to
Content
this is part of a chain of other related issues.  the interesting thing in the patch in here is the potential feature to have send_signal/terminate/kill be able to optionally kill a process group.

the logic as is in the patch in this issue is dangerous as often the calling process _is_ the pgrp leader and would be killed.  we _never_ want the subprocess signaling methods to kill the current process as that would be surprising to users.
History
Date User Action Args
2019-07-01 00:06:10gregory.p.smithsetrecipients: + gregory.p.smith, guettli, amaury.forgeotdarc, vstinner, giampaolo.rodola, erickt, brian.curtin, neologix, xuanji, Ernst.Sjöstrand, eryksun, fangyizhou, haizaar
2019-07-01 00:06:10gregory.p.smithsetmessageid: <1561939570.27.0.919060122594.issue5115@roundup.psfhosted.org>
2019-07-01 00:06:10gregory.p.smithlinkissue5115 messages
2019-07-01 00:06:09gregory.p.smithcreate