]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
authorBenjamin Peterson <benjamin@python.org>
Thu, 14 Nov 2019 03:08:50 +0000 (19:08 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 03:08:50 +0000 (19:08 -0800)
commit3ccdd9b180f9a3f29c8ddc8ad1b331fe8df26519
tree9353e254fbb988e8325a99269dee89af50cbd74f
parentdad6be5ffe48beb74fad78cf758b886afddc7aed
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Doc/library/asyncio-policy.rst
Doc/whatsnew/3.9.rst
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Library/2019-11-05-19-15-57.bpo-38692.2DCDA-.rst [new file with mode: 0644]