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

Add os.RWF_APPEND flag for os.pwritev #81310

Closed
bezoka mannequin opened this issue Jun 1, 2019 · 7 comments
Closed

Add os.RWF_APPEND flag for os.pwritev #81310

bezoka mannequin opened this issue Jun 1, 2019 · 7 comments
Labels
3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@bezoka
Copy link
Mannequin

bezoka mannequin commented Jun 1, 2019

BPO 37129
Nosy @terryjreedy, @gpshead, @vstinner, @YoSTEALTH, @csabella, @pablogsal, @bezoka
PRs
  • bpo-37129: Add os.RWF_APPEND flag for os.pwritev #13735
  • bpo-37129: Add os.RWF_APPEND flag for os.pwritev #20335
  • bpo-37129: Add os.RWF_APPEND flag for os.pwritev #20336
  • 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 2020-05-28.00:16:52.874>
    created_at = <Date 2019-06-01.21:51:52.932>
    labels = ['type-feature', 'library', '3.10']
    title = 'Add os.RWF_APPEND flag for os.pwritev'
    updated_at = <Date 2020-05-28.00:16:52.873>
    user = 'https://github.com/bezoka'

    bugs.python.org fields:

    activity = <Date 2020-05-28.00:16:52.873>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-05-28.00:16:52.874>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2019-06-01.21:51:52.932>
    creator = 'bezoka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37129
    keywords = ['patch']
    message_count = 7.0
    messages = ['345000', '345193', '369670', '369690', '369754', '370139', '370156']
    nosy_count = 7.0
    nosy_names = ['terry.reedy', 'gregory.p.smith', 'vstinner', 'YoSTEALTH', 'cheryl.sabella', 'pablogsal', 'bezoka']
    pr_nums = ['13735', '20335', '20336']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue37129'
    versions = ['Python 3.10']

    @bezoka bezoka mannequin added 3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jun 1, 2019
    @terryjreedy
    Copy link
    Member

    Issues need a more complete title and at least *some* explanation.

    @terryjreedy terryjreedy added 3.9 only security fixes and removed 3.8 only security fixes labels Jun 7, 2019
    @terryjreedy terryjreedy changed the title Add RWF_APPEND flag Add os.RWF_APPEND flag for os.pwritev Jun 7, 2019
    @gpshead
    Copy link
    Member

    gpshead commented Jun 11, 2019

    This is just adding a missing constant (when defined at CPython compile time) to the os module. I suggest landing this in 3.8 as well assuming we're still in the beta cycles when the PR is ready. It isn't a functional change.

    @gpshead gpshead added the 3.8 only security fixes label Jun 11, 2019
    @csabella
    Copy link
    Contributor

    The PR for this issue has been closed, but the issue is now open for someone else to make a PR for it. Please credit the original author in the new PR.

    @csabella csabella added 3.10 only security fixes and removed 3.8 only security fixes labels May 23, 2020
    @terryjreedy
    Copy link
    Member

    YoSTEALTH, are you both allowed and willing to do so? The patch is not completely trivial and you seem to have the needed knowledge. (I don't.)

    @terryjreedy terryjreedy removed the 3.9 only security fixes label May 23, 2020
    @YoSTEALTH
    Copy link
    Mannequin

    YoSTEALTH mannequin commented May 23, 2020

    terry.reedy ok, recreated the patch.

    @vstinner
    Copy link
    Member

    New changeset 76ef255 by YoSTEALTH in branch 'master':
    bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
    76ef255

    @vstinner
    Copy link
    Member

    Thanks YoSTEALTH.

    @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.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants