Message 356001 - Python tracker (original) (raw)
Message356001
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:04 | benjamin.peterson | set | recipients: + benjamin.peterson, asvetlov, yselivanov |
2019-11-05 05:43:04 | benjamin.peterson | set | messageid: 1572932584.65.0.943486856043.issue38692@roundup.psfhosted.org |
2019-11-05 05:43:03 | benjamin.peterson | link | issue38692 messages |
2019-11-05 05:43:03 | benjamin.peterson | create |