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

fcntl module add F_DUP2FD_CLOEXEC #90174

Closed
devnexen mannequin opened this issue Dec 8, 2021 · 5 comments
Closed

fcntl module add F_DUP2FD_CLOEXEC #90174

devnexen mannequin opened this issue Dec 8, 2021 · 5 comments
Assignees
Labels
3.11 only security fixes type-feature A feature request or enhancement

Comments

@devnexen
Copy link
Mannequin

devnexen mannequin commented Dec 8, 2021

BPO 46016
Nosy @vstinner, @tiran, @koobs, @devnexen, @kumaraditya303
PRs
  • bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support. #29993
  • bpo-46016: Fix rest syntax of GH-29993 (GH-30006) #30006
  • bpo-46016: GHA Doc job now also runs "make check" #30009
  • 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 = 'https://github.com/vstinner'
    closed_at = <Date 2021-12-09.14:27:19.874>
    created_at = <Date 2021-12-08.19:13:05.693>
    labels = ['type-feature', '3.11']
    title = 'fcntl module add F_DUP2FD_CLOEXEC'
    updated_at = <Date 2021-12-09.23:02:30.701>
    user = 'https://github.com/devnexen'

    bugs.python.org fields:

    activity = <Date 2021-12-09.23:02:30.701>
    actor = 'vstinner'
    assignee = 'vstinner'
    closed = True
    closed_date = <Date 2021-12-09.14:27:19.874>
    closer = 'christian.heimes'
    components = ['FreeBSD']
    creation = <Date 2021-12-08.19:13:05.693>
    creator = 'devnexen'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46016
    keywords = ['patch']
    message_count = 5.0
    messages = ['408046', '408050', '408105', '408126', '408164']
    nosy_count = 5.0
    nosy_names = ['vstinner', 'christian.heimes', 'koobs', 'devnexen', 'kumaraditya']
    pr_nums = ['29993', '30006', '30009']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue46016'
    versions = ['Python 3.11']

    @devnexen devnexen mannequin added 3.11 only security fixes type-feature A feature request or enhancement labels Dec 8, 2021
    @devnexen
    Copy link
    Mannequin Author

    devnexen mannequin commented Dec 8, 2021

    Exposing these specific freebsd constants to the module.

    @vstinner
    Copy link
    Member

    vstinner commented Dec 8, 2021

    New changeset 267539b by David CARLIER in branch 'main':
    bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
    267539b

    @tiran
    Copy link
    Member

    tiran commented Dec 9, 2021

    #74179 broke docs:

    python tools/rstlint.py -i tools -i ./venv -i README.rst
    [2] whatsnew/3.11.rst:335: default role used
    1 problem with severity 2 found.
    make: *** [Makefile:216: check] Error 1

    @tiran
    Copy link
    Member

    tiran commented Dec 9, 2021

    New changeset b123ad8 by Kumar Aditya in branch 'main':
    bpo-46016: Fix rest syntax of #74179 (GH-30006)
    b123ad8

    @vstinner
    Copy link
    Member

    vstinner commented Dec 9, 2021

    New changeset da3cf43 by Victor Stinner in branch 'main':
    bpo-46016: GHA Doc job now also runs "make check" (GH-30009)
    da3cf43

    @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.11 only security fixes type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants