cpython
cpython copied to clipboard
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher`
- Issue: gh-94597
This isn't really needed as deprecation warning will be emitted anyway when configuring the child watcher via set_child_watcher but still adding for anyone who is subclassing this but not configuring the child watcher for whatever reason.