[issue38712] add signal.pidfd_send_signal

Nathaniel Smith report at bugs.python.org
Wed Nov 6 00:31:25 EST 2019


Nathaniel Smith <njs at pobox.com> added the comment:

I guess a bikeshed question is whether it should be `os.pidfd_send_signal` (like `os.kill`) or `signal.pidfd_send_signal` (like `signal.pthread_kill`).

I don't actually care either way myself :-)

----------

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


More information about the Python-bugs-list mailing list