Home
last modified time | relevance | path

Searched refs:PidfdChildWatcher (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-policy.rst260 .. class:: PidfdChildWatcher
263 process termination. In some respects, :class:`PidfdChildWatcher` is a
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py717 Watcher = unix_events.PidfdChildWatcher
/external/python/cpython3/Lib/asyncio/
Dunix_events.py881 class PidfdChildWatcher(AbstractChildWatcher): class
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst350 Fix asyncio ``PidfdChildWatcher``: handle ``waitpid()`` error. If
D3.9.0a1.rst1177 Add :class:`asyncio.PidfdChildWatcher`, a Linux-specific child watcher
/external/python/cpython3/Doc/whatsnew/
D3.9.rst357 Added :class:`asyncio.PidfdChildWatcher`, a Linux-specific child watcher