Skip to content

Use of depreciated class SafeChildWatcher in capture.py  #703

Open
@emmseth

Description

@emmseth

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions