Kyle Stanley <aeros...@gmail.com> added the comment:

> We can merge this PR as is (Benjamin, thanks for working on this!), but I 
> think that as soon as we merge it we should do some refactoring and 
> deprecations.

> The child watchers API has to go. It's confusing, painful to use, it's not 
> compatible with third-party event loops. It increases the API surface without 
> providing us with enough benefits.

+1

> In 3.9 we will use kqueue / pidfd / threads / winapis -- whatever is 
> available, but we never use SIGCHLD by default.

IIRC, we don't use SIGCHLD by default at the moment, since ThreadedChildWatcher 
is the default child watcher. Should we change the default to be the new 
PidfdChildWatcher for Linux kernels 5.3+ in Python 3.9, and fallback to 
ThreadedChildWatcher for systems without pidfd_open()?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to