Skip to content

Add os.sendfile() #55091

@rosslagerwall

Description

@rosslagerwall
BPO 10882
Nosy @loewis, @birkenfeld, @pitrou, @giampaolo, @skrah, @anacrolix
Files
  • sendfile.patch: Patch + test for issue
  • sendfile_v2.patch: Updated to build on solaris
  • sendfile_v2.patch: adds entries in pyconfig.h.in and configure and works on Linux
  • sendfile_v3.patch: Updated for non-blocking sockets on certain platforms
  • sendfile_v4.patch: use keyword args
  • sendfile_v5.patch: updated documentation and tests
  • sendfile_v6.patch: provides full test suite; fixes BSD issue with non-blocking sockets
  • sendfile_v7.patch: skip headers/trailers test on linux and solaris; adds flags argument test
  • sendfile_v8.patch: return bytes sent only instead of (bsent, offset)
  • 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 2011-03-03.14:37:57.125>
    created_at = <Date 2011-01-10.20:27:45.652>
    labels = ['extension-modules', 'type-feature']
    title = 'Add os.sendfile()'
    updated_at = <Date 2011-09-02.02:14:55.132>
    user = 'https://bugs.python.org/rosslagerwall'

    bugs.python.org fields:

    activity = <Date 2011-09-02.02:14:55.132>
    actor = 'Yury.Selivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2011-03-03.14:37:57.125>
    closer = 'giampaolo.rodola'
    components = ['Extension Modules']
    creation = <Date 2011-01-10.20:27:45.652>
    creator = 'rosslagerwall'
    dependencies = []
    files = ['20338', '20352', '20357', '20573', '20578', '20597', '20688', '20708', '20733']
    hgrepos = []
    issue_num = 10882
    keywords = ['patch']
    message_count = 41.0
    messages = ['125924', '125927', '125983', '125999', '126000', '126002', '126008', '126015', '126039', '126049', '126072', '126076', '126982', '126998', '127293', '127299', '127326', '127335', '127362', '127364', '127369', '127382', '127564', '128024', '128040', '128089', '128098', '128115', '128117', '128223', '128226', '128309', '129077', '129303', '129374', '129381', '129402', '129555', '129971', '136257', '136260']
    nosy_count = 9.0
    nosy_names = ['loewis', 'georg.brandl', 'pitrou', 'giampaolo.rodola', 'skrah', 'anacrolix', 'Yury.Selivanov', 'rosslagerwall', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'patch review'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue10882'
    versions = ['Python 3.3']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      extension-modulesC modules in the Modules dirtype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions