SIGN IN SIGN UP

bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)

Skip the test_posix.test_pidfd_open() test if os.pidfd_open() fails
with a PermissionError. This situation can happen in a Linux sandbox
using a syscall whitelist which doesn't allow the pidfd_open()
syscall yet (like systemd-nspawn).
V
Victor Stinner committed
3ab479a2d1959923c9ab80c227dd1f39720b4e2d
Parent: 0127bb1
Committed by GitHub <noreply@github.com> on 11/21/2019, 11:54:54 AM