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 gregory.p.smith, oconnor663, vstinner
Date 2020-12-04.16:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607100393.64.0.300302124149.issue42558@roundup.psfhosted.org>
In-reply-to
Content
If you care about race conditions in send_signal(), I suggest you to write a PR to use the newly added os.pidfd_open() in subprocess:
https://docs.python.org/dev/library/os.html#os.pidfd_open
History
Date User Action Args
2020-12-04 16:46:33vstinnersetrecipients: + vstinner, gregory.p.smith, oconnor663
2020-12-04 16:46:33vstinnersetmessageid: <1607100393.64.0.300302124149.issue42558@roundup.psfhosted.org>
2020-12-04 16:46:33vstinnerlinkissue42558 messages
2020-12-04 16:46:33vstinnercreate