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 diekhans, gregory.p.smith, vstinner
Date 2020-12-25.05:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608874032.77.0.17964917375.issue38435@roundup.psfhosted.org>
In-reply-to
Content
PR up to add setpgid support.  From what I've come across, some setpgid() users can use setsid() already available via start_new_session= instead.  But rather than getting into the differences between those, making both available makes sense to allow for anyone's case where setsid() isn't desired.
History
Date User Action Args
2020-12-25 05:27:12gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, diekhans
2020-12-25 05:27:12gregory.p.smithsetmessageid: <1608874032.77.0.17964917375.issue38435@roundup.psfhosted.org>
2020-12-25 05:27:12gregory.p.smithlinkissue38435 messages
2020-12-25 05:27:12gregory.p.smithcreate