Message356001
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. |
|
| 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: <[email protected]> |
| 2019-11-05 05:43:03 | benjamin.peterson | link | issue38692 messages |
| 2019-11-05 05:43:03 | benjamin.peterson | create | |
|