Skip to content

Add splice() to the os module #85791

Closed
Closed
@pablogsal

Description

@pablogsal
BPO 41625
Nosy @vstinner, @serhiy-storchaka, @aixtools, @corona10, @pablogsal, @miss-islington, @shihai1991
PRs
  • bpo-41625: Expose the splice() system call in the os module #21947
  • bpo-41625: Add versionadded to os.splice() constants #23340
  • bpo-41625: Add a guard for Linux for splice() constants in the os module #23350
  • bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… #23351
  • bpo-41625: Skip os.splice() tests on AIX #23354
  • bpo-41625: Do not add os.splice on AIX due to compatibility issues #23608
  • Files
  • socket.patch
  • 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/pablogsal'
    closed_at = <Date 2020-12-02.17:57:39.517>
    created_at = <Date 2020-08-24.15:57:18.528>
    labels = ['library', '3.10']
    title = 'Add splice() to the os module'
    updated_at = <Date 2020-12-08.21:54:24.782>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2020-12-08.21:54:24.782>
    actor = 'Michael.Felt'
    assignee = 'pablogsal'
    closed = True
    closed_date = <Date 2020-12-02.17:57:39.517>
    closer = 'pablogsal'
    components = ['Library (Lib)']
    creation = <Date 2020-08-24.15:57:18.528>
    creator = 'pablogsal'
    dependencies = []
    files = ['49624']
    hgrepos = []
    issue_num = 41625
    keywords = ['patch']
    message_count = 30.0
    messages = ['375851', '375852', '375857', '375872', '375873', '375875', '375876', '375877', '375878', '378581', '381196', '381228', '381233', '381259', '381261', '381268', '381281', '381282', '381290', '381295', '381311', '381327', '381888', '381902', '382290', '382291', '382292', '382302', '382331', '382768']
    nosy_count = 7.0
    nosy_names = ['vstinner', 'serhiy.storchaka', 'Michael.Felt', 'corona10', 'pablogsal', 'miss-islington', 'shihai1991']
    pr_nums = ['21947', '23340', '23350', '23351', '23354', '23608']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue41625'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    Labels

    3.10only security fixesstdlibPython modules in the Lib dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions