Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose P_PIDFD #82894

Closed
benjaminp opened this issue Nov 6, 2019 · 2 comments
Closed

expose P_PIDFD #82894

benjaminp opened this issue Nov 6, 2019 · 2 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir

Comments

@benjaminp
Copy link
Contributor

BPO 38713
Nosy @benjaminp, @njsmith, @miss-islington
PRs
  • closes bpo-38713: Expose P_PIDFD in os if it's defined. #17071
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-11-06.05:58:38.436>
    created_at = <Date 2019-11-06.05:21:11.724>
    labels = ['library', '3.9']
    title = 'expose P_PIDFD'
    updated_at = <Date 2019-11-06.05:58:38.424>
    user = 'https://github.com/benjaminp'

    bugs.python.org fields:

    activity = <Date 2019-11-06.05:58:38.424>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-11-06.05:58:38.436>
    closer = 'miss-islington'
    components = ['Library (Lib)']
    creation = <Date 2019-11-06.05:21:11.724>
    creator = 'benjamin.peterson'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38713
    keywords = ['patch']
    message_count = 2.0
    messages = ['356092', '356098']
    nosy_count = 3.0
    nosy_names = ['benjamin.peterson', 'njs', 'miss-islington']
    pr_nums = ['17071']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38713'
    versions = ['Python 3.9']

    @benjaminp
    Copy link
    Contributor Author

    On Linux 5.4, P_PIDFD allows using waitid with a pidfd.

    @benjaminp benjaminp added 3.9 only security fixes stdlib Python modules in the Lib dir labels Nov 6, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 5c0c325 by Miss Islington (bot) (Benjamin Peterson) in branch 'master':
    closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
    5c0c325

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants