[issue38713] expose P_PIDFD

2019-11-05 Thread miss-islington
miss-islington added the comment: 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/5c0c325453a175350e3c18ebb10cc10c

[issue38713] expose P_PIDFD

2019-11-05 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +16580 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17071 ___ Python tracker __

[issue38713] expose P_PIDFD

2019-11-05 Thread Benjamin Peterson
New submission from Benjamin Peterson : On Linux 5.4, P_PIDFD allows using waitid with a pidfd. -- components: Library (Lib) messages: 356092 nosy: benjamin.peterson, njs priority: normal severity: normal status: open title: expose P_PIDFD versions: Python 3.9 _