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 njs
Recipients asvetlov, benjamin.peterson, nanjekyejoannah, njs, vstinner, yselivanov
Date 2019-11-05.17:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572975093.0.0.628840164698.issue38692@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the CC.

It would be nice to get `pidfd_send_signal` as well, while we're at it. But that could be a separate PR.

AFAICT the other bits of the pidfd API right now are some extra flags to clone, and an extra flag to waitid. The waitid flag is nice-to-have but not really urgent, since it's easy enough to use a flag even if the stdlib doesn't explicitly expose it. The clone flags are super interesting, but before we can use them, we need to have some way to access clone itself, and that's a big complicated project, so we definitely shouldn't worry about it here.
History
Date User Action Args
2019-11-05 17:31:33njssetrecipients: + njs, vstinner, benjamin.peterson, asvetlov, yselivanov, nanjekyejoannah
2019-11-05 17:31:32njssetmessageid: <1572975093.0.0.628840164698.issue38692@roundup.psfhosted.org>
2019-11-05 17:31:32njslinkissue38692 messages
2019-11-05 17:31:32njscreate