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.

classification
Title: expose P_PIDFD
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, miss-islington, njs
Priority: normal Keywords: patch

Created on 2019-11-06 05:21 by benjamin.peterson, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17071 merged benjamin.peterson, 2019-11-06 05:23
Messages (2)
msg356092 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2019-11-06 05:21
On Linux 5.4, P_PIDFD allows using waitid with a pidfd.
msg356098 - (view) Author: miss-islington (miss-islington) Date: 2019-11-06 05:58
New changeset 5c0c325453a175350e3c18ebb10cc10c37f9595c by Miss Islington (bot) (Benjamin Peterson) in branch 'master':
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
https://github.com/python/cpython/commit/5c0c325453a175350e3c18ebb10cc10c37f9595c
History
Date User Action Args
2022-04-11 14:59:22adminsetgithub: 82894
2019-11-06 05:58:38miss-islingtonsetstatus: open -> closed

nosy: + miss-islington
messages: + msg356098

resolution: fixed
stage: patch review -> resolved
2019-11-06 05:23:30benjamin.petersonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request16580
2019-11-06 05:21:11benjamin.petersoncreate