]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-120804: Remove `get_child_watcher` and `set_child_watcher` from asyncio (#120818)
authorKumar Aditya <kumaraditya@python.org>
Sun, 23 Jun 2024 04:23:23 +0000 (09:53 +0530)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 04:23:23 +0000 (09:53 +0530)
commit96ead91f0f0db59a942b8b34da9cc980c05588a2
tree6999459fac5b0203434f35498042bee6777157fe
parent4717aaa1a72d1964f1531a7c613f37ce3d9056d9
GH-120804: Remove `get_child_watcher` and `set_child_watcher` from asyncio (#120818)
Lib/asyncio/events.py
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