diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-11-20-15-42-06.bpo-38692.aqAvyF.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-11-20-15-42-06.bpo-38692.aqAvyF.rst b/Misc/NEWS.d/next/Tests/2019-11-20-15-42-06.bpo-38692.aqAvyF.rst new file mode 100644 index 0000000..fa20566 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-11-20-15-42-06.bpo-38692.aqAvyF.rst @@ -0,0 +1,3 @@ +Skip the test_posix.test_pidfd_open() test if ``os.pidfd_open()`` fails with a +:exc:`PermissionError`. This situation can happen in a Linux sandbox using a +syscall whitelist which doesn't allow the ``pidfd_open()`` syscall yet. |