diff options
author | Victor Stinner <vstinner@python.org> | 2019-11-21 11:54:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 11:54:54 (GMT) |
commit | 3ab479a2d1959923c9ab80c227dd1f39720b4e2d (patch) | |
tree | 6e13436ee858715712bf215524b69eddbfd29e5e /Doc/library | |
parent | 0127bb1c5c3286f87e284ff6083133bfdcfd5a4f (diff) | |
download | cpython-3ab479a2d1959923c9ab80c227dd1f39720b4e2d.zip cpython-3ab479a2d1959923c9ab80c227dd1f39720b4e2d.tar.gz cpython-3ab479a2d1959923c9ab80c227dd1f39720b4e2d.tar.bz2 |
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).
Diffstat (limited to 'Doc/library')
0 files changed, 0 insertions, 0 deletions