8000 GH-94597: Deprecate child watcher getters and setters by kumaraditya303 · Pull Request #98215 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-94597: Deprecate child watcher getters and setters #98215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nl
  • Loading branch information
kumaraditya303 authored Oct 15, 2022
commit d15f5a5737c397619e92900c72940e19ace32fd5
1 change: 0 additions & 1 deletion Doc/library/asyncio-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ implementation used by the asyncio event loop:

.. deprecated:: 3.12


.. class:: SafeChildWatcher

This implementation uses active event loop from the main thread to handle
Expand Down
0