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 yan12125
Recipients aeros, asvetlov, benjamin.peterson, hroncok, miss-islington, nanjekyejoannah, njs, vstinner, yan12125, yselivanov
Date 2019-11-22.12:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574425823.85.0.639651650972.issue38692@roundup.psfhosted.org>
In-reply-to
Content
Thank you very much for the commit "Skip test_posix.test_pidfd_open() on EPERM"! I can confirm it makes test_posix pass inside a systemd-nspawn container on Arch Linux. On the other hand, I found that tests were broken as both systemd libseccomp on Arch Linux were out-dated. With recently-pushed systemd 243.162-2 and locally-updated libseccomp 2.4.2, os.pidfd_open() works fine. Apparently [1] and [2] are relevant fixes.

By the way, upgrading systemd and libseccomp also fixes test_signal.PidfdSignalTest [3], which is added two days ago [4].

[1] https://github.com/systemd/systemd-stable/commit/51ea58a04b1851b31a14dfa7eec76254f5ddef16
[2] https://github.com/seccomp/libseccomp/commit/be65b26b67099be2b2b4890d736dbd1ad15adf36
[3] https://github.com/python/cpython/pull/17290#issuecomment-556869679
[4] https://bugs.python.org/issue38712
History
Date User Action Args
2019-11-22 12:30:23yan12125setrecipients: + yan12125, vstinner, benjamin.peterson, njs, asvetlov, yselivanov, hroncok, miss-islington, nanjekyejoannah, aeros
2019-11-22 12:30:23yan12125setmessageid: <1574425823.85.0.639651650972.issue38692@roundup.psfhosted.org>
2019-11-22 12:30:23yan12125linkissue38692 messages
2019-11-22 12:30:23yan12125create