summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-11-05-21-10-12.bpo-38712.ezJ0TP.rst
blob: 81d01aa7111d4ef15bf745695701e303a7ce7e17 (plain)
1
2
3
Add the Linux-specific :func:`signal.pidfd_send_signal` function, which
allows sending a signal to a process identified by a file descriptor rather
than a pid.