This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients aeros, asvetlov, benjamin.peterson, hroncok, miss-islington, nanjekyejoannah, njs, vstinner, yan12125, yselivanov
Date 2019-11-20.14:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574261210.02.0.147284067197.issue38692@roundup.psfhosted.org>
In-reply-to
Content
As I already proposed previously, I proposed PR 17290 to simply skip test_pidfd_open() if os.pidfd_open() fails with a PermissionError.

I don't propose to change os.pidfd_open(), only the test unit for practical reasons: not bother users who have to use a strict Linux sandbox using a syscalls whitelist.
History
Date User Action Args
2019-11-20 14:46:50vstinnersetrecipients: + vstinner, benjamin.peterson, njs, asvetlov, yselivanov, yan12125, hroncok, miss-islington, nanjekyejoannah, aeros
2019-11-20 14:46:50vstinnersetmessageid: <1574261210.02.0.147284067197.issue38692@roundup.psfhosted.org>
2019-11-20 14:46:50vstinnerlinkissue38692 messages
2019-11-20 14:46:49vstinnercreate