Skip to content
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

Use of depreciated class SafeChildWatcher in capture.py #703

Open
emmseth opened this issue Jul 31, 2024 · 0 comments · May be fixed by #705
Open

Use of depreciated class SafeChildWatcher in capture.py #703

emmseth opened this issue Jul 31, 2024 · 0 comments · May be fixed by #705

Comments

@emmseth
Copy link

emmseth commented Jul 31, 2024

Lines 202 - 203 of capture.py use SafeChildWatcher in the set_event_loop() method. However, this is currently depreciated and set to be fully removed for Python 3.14. Starting to look for another solution early could save some trouble down the line.
image
image

I've been having difficulty finding a good solution, as ThreadedChildWatcher appears to still be recommended for this functionality for Unix os in the asyncio documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant