You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.


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.
The text was updated successfully, but these errors were encountered: