Skip to content

Implement loop.sendfile #76803

@asvetlov

Description

@asvetlov
BPO 32622
Nosy @vstinner, @giampaolo, @asvetlov, @1st1, @miss-islington
PRs
  • bpo-32622: Implement loop.sendfile() #5271
  • bpo-32622: Enforce sendfile fallback policy for FALLBACK transports #5364
  • bpo-32622: Fix tests if Python compiled without SSL #5367
  • bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. #5368
  • bpo-32622: Normalize ENOTCONN to ConnectionError on macOS #5369
  • bpo-32622: Native sendfile on windows #5565
  • [3.7] bpo-32622: Native sendfile on windows (GH-5565) #5890
  • bpo-33353: test_asyncio uses smaller sendfile data #7083
  • [3.7] bpo-33353: test_asyncio uses smaller sendfile data (GH-7083) #7084
  • bpo-33353: test_asyncio set SO_SNDBUF after connect #7086
  • bpo-35682: Fix _ProactorBasePipeTransport._force_close() #11462
  • [3.7] bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) #11463
  • 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 2018-05-29.15:15:47.114>
    created_at = <Date 2018-01-22.15:21:57.962>
    labels = ['type-feature', '3.7', 'expert-asyncio']
    title = 'Implement loop.sendfile'
    updated_at = <Date 2019-01-08.02:15:28.412>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2019-01-08.02:15:28.412>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-29.15:15:47.114>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2018-01-22.15:21:57.962>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32622
    keywords = ['patch']
    message_count = 19.0
    messages = ['310880', '310887', '310891', '310892', '310893', '310896', '310897', '311105', '311108', '311114', '311123', '312820', '312822', '317471', '317484', '317490', '318043', '333196', '333201']
    nosy_count = 5.0
    nosy_names = ['vstinner', 'giampaolo.rodola', 'asvetlov', 'yselivanov', 'miss-islington']
    pr_nums = ['5271', '5364', '5367', '5368', '5369', '5565', '5890', '7083', '7084', '7086', '11462', '11463']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32622'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions