]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from...
authorKumar Aditya <kumaraditya@python.org>
Fri, 21 Jun 2024 04:53:10 +0000 (10:23 +0530)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2024 04:53:10 +0000 (10:23 +0530)
commit733dac01b0dc3047efc9027dba177d7116e47c50
tree37c9cff3e1a204b8e1d93887594109afe768d059
parenta2f6f7dd26128b834c6e66fe1ceac3ac751143f5
GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from asyncio (#120805)

Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from asyncio. These child watchers have been deprecated since Python 3.12. The tests are also removed and some more tests will be added after the rewrite of child watchers.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_unix_events.py