SIGN IN SIGN UP

closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)

This exposes a Linux-specific syscall for sending a signal to a process
identified by a file descriptor rather than a pid.

For simplicity, we don't support the siginfo_t parameter to the syscall. This
parameter allows implementing a pidfd version of rt_sigqueueinfo(2), which
Python also doesn't support.
B
Benjamin Peterson committed
7483451577916e693af6d20cf520b2cc7e2174d2
Parent: be143ec
Committed by GitHub <noreply@github.com> on 11/20/2019, 4:39:14 AM