Skip to content

shutil Lib enables sendfile on solaris for regular files #90816

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

Closed
devnexen mannequin opened this issue Feb 6, 2022 · 5 comments
Closed

shutil Lib enables sendfile on solaris for regular files #90816

devnexen mannequin opened this issue Feb 6, 2022 · 5 comments
Labels
3.11 only security fixes OS-unsupported stdlib Python modules in the Lib dir

Comments

@devnexen
Copy link
Mannequin

devnexen mannequin commented Feb 6, 2022

BPO 46658
Nosy @devnexen
PRs
  • bpo-46658: shutil Lib enabling sendfile on solaris systems as it supports #31165
  • 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 = None
    created_at = <Date 2022-02-06.15:52:18.465>
    labels = ['library', '3.11']
    title = 'shutil Lib enables sendfile on solaris for regular files'
    updated_at = <Date 2022-02-06.15:52:18.465>
    user = 'https://github.com/devnexen'

    bugs.python.org fields:

    activity = <Date 2022-02-06.15:52:18.465>
    actor = 'devnexen'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2022-02-06.15:52:18.465>
    creator = 'devnexen'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46658
    keywords = []
    message_count = 1.0
    messages = ['412643']
    nosy_count = 1.0
    nosy_names = ['devnexen']
    pr_nums = ['31165']
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue46658'
    versions = ['Python 3.11']

    @devnexen
    Copy link
    Mannequin Author

    devnexen mannequin commented Feb 6, 2022

    • sendfile on solaris supports copy between regular file descriptors as well.

    @devnexen devnexen mannequin added 3.11 only security fixes stdlib Python modules in the Lib dir labels Feb 6, 2022
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @encukou
    Copy link
    Member

    encukou commented Mar 28, 2024

    cc @jcea

    Is this still relevant? Do tests pass with the PR?

    @encukou
    Copy link
    Member

    encukou commented Sep 17, 2024

    @kulikjak, do you want to send an updated PR for this?

    @kulikjak
    Copy link
    Contributor

    @encukou I just realized that I have very similar PR #23893. That one is rebased and ready to be merged (except for the version question I had there).

    @encukou
    Copy link
    Member

    encukou commented Sep 19, 2024

    Ah! Let's go with that one, then.

    @encukou encukou closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes OS-unsupported stdlib Python modules in the Lib dir
    Projects
    Status: Done
    Development

    No branches or pull requests

    2 participants