[issue38630] subprocess.Popen.send_signal() should poll the process

STINNER Victor report at bugs.python.org
Tue Nov 5 18:10:39 EST 2019


STINNER Victor <vstinner at python.org> added the comment:

> It sounds like there's actually nothing to do here? (Except maybe eventually switch to pidfd or similar, but Victor says he wants to use a different issue for that.) Can this be closed?

I opened this issue to propose PR 16984. Did you notice the PR?

In short, I propose to call poll() before calling os.kill() in send_signal().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38630>
_______________________________________


More information about the Python-bugs-list mailing list