]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-120804: Remove `PidfdChildWatcher`, `ThreadedChildWatcher` and `AbstractChildWatch...
authorKumar Aditya <kumaraditya@python.org>
Sun, 23 Jun 2024 13:08:50 +0000 (18:38 +0530)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 13:08:50 +0000 (18:38 +0530)
commit9d2e1ea3862e5950d48b45ac57995a206e33f38b
tree3e0287e48b16fe56015cb8d725d05f268b392743
parentb6fa8fe86a6f4d02c263682716a91285a94024fc
GH-120804: Remove `PidfdChildWatcher`, `ThreadedChildWatcher` and `AbstractChildWatcher` from asyncio APIs (#120893)
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_asyncio/utils.py