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 benjamin.peterson
Recipients asvetlov, benjamin.peterson, yselivanov
Date 2019-11-05.05:43:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572932584.65.0.943486856043.issue38692@roundup.psfhosted.org>
In-reply-to
Content
Recent versions of Linux has built out support for pidfd, a way to do process management with file descriptors. I wanted to try it out, so implemented a pidfd-based child watcher for asyncio.

My WIP progress patch is attached. It passes all asyncio tests.
History
Date User Action Args
2019-11-05 05:43:04benjamin.petersonsetrecipients: + benjamin.peterson, asvetlov, yselivanov
2019-11-05 05:43:04benjamin.petersonsetmessageid: <1572932584.65.0.943486856043.issue38692@roundup.psfhosted.org>
2019-11-05 05:43:03benjamin.petersonlinkissue38692 messages
2019-11-05 05:43:03benjamin.petersoncreate