[issue37091] subprocess - uncaught PermissionError in send_signal can cause hang

Gregory P. Smith report at bugs.python.org
Thu May 30 20:53:28 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

Clarifying: The problem is that the TimeoutExpired exception that is desired was replaced with a PermissionError that the caller isn't expecting to catch and handle.

----------

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


More information about the Python-bugs-list mailing list