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 aeros, asvetlov, vstinner, yselivanov
Date 2019-10-26.00:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572050439.91.0.507117884915.issue38591@roundup.psfhosted.org>
In-reply-to
Content
> Regarding pidfd and kqueue -- I love to see pull requests with proposals. Now nothing exists. The pidfd is available starting from the latest released Linux 5.3;  we need to wait for a decade before all Linux distros adopt it and we can drop all other implementations.

I hope that it will take less time to expose pidfd_open() in Python! It is *already* available in the Linux kernel 5.3. My laptop is already running Linux 5.3! (Thanks Fedora 30.)

I would prefer to keep an API to choose the child watcher since it seems like even in 2019, there are still new APIs (pidfd) to wait for a process completion. I expect that each implementation will have advantages and drawbacks.
History
Date User Action Args
2019-10-26 00:40:39vstinnersetrecipients: + vstinner, asvetlov, yselivanov, aeros
2019-10-26 00:40:39vstinnersetmessageid: <1572050439.91.0.507117884915.issue38591@roundup.psfhosted.org>
2019-10-26 00:40:39vstinnerlinkissue38591 messages
2019-10-26 00:40:39vstinnercreate