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.06:00:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608876026.04.0.380673978773.issue38435@roundup.psfhosted.org>
In-reply-to
Content
I'm also seeing a lot of os.setpgrp() calls, though those are more likely able to use start_new_session to do setsid() as a dropin replacement.
History
Date User Action Args
2020-12-25 06:00:26gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, diekhans
2020-12-25 06:00:26gregory.p.smithsetmessageid: <1608876026.04.0.380673978773.issue38435@roundup.psfhosted.org>
2020-12-25 06:00:26gregory.p.smithlinkissue38435 messages
2020-12-25 06:00:26gregory.p.smithcreate