Skip to content

open().write() and .read() fails on 2 GB+ data (OS X) #68846

@lebigot

Description

@lebigot
mannequin
BPO 24658
Nosy @warsaw, @ronaldoussoren, @vstinner, @lebigot, @ned-deily, @zware, @matrixise, @miss-islington
PRs
  • bpo-24658: Fix read/write on file with a size greater than 2GB on OSX #1705
  • [3.7] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) #9936
  • [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) #9937
  • WIP: [2.7] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) #9938
  • bpo-24658: os.read() reuses _PY_READ_MAX #10657
  • [3.7] bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657) #10658
  • [3.6] bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657) #10659
  • Files
  • issue24658.txt
  • issue24658-3.6.diff
  • issue24658-3.5.diff
  • issue24658-2-3.6.diff
  • issue24658-3-3.6.diff
  • 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-01-19.18:17:44.745>
    created_at = <Date 2015-07-18.02:59:28.391>
    labels = ['extension-modules', '3.8', 'type-bug', '3.7', 'expert-IO']
    title = 'open().write() and .read() fails on 2 GB+ data (OS X)'
    updated_at = <Date 2020-01-19.18:17:57.633>
    user = 'https://github.com/lebigot'

    bugs.python.org fields:

    activity = <Date 2020-01-19.18:17:57.633>
    actor = 'zach.ware'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-01-19.18:17:44.745>
    closer = 'zach.ware'
    components = ['Extension Modules', 'IO']
    creation = <Date 2015-07-18.02:59:28.391>
    creator = 'lebigot'
    dependencies = []
    files = ['39960', '44021', '44024', '45177', '45178']
    hgrepos = []
    issue_num = 24658
    keywords = ['patch']
    message_count = 32.0
    messages = ['246878', '246879', '246979', '246983', '246985', '246987', '246993', '246994', '246999', '247007', '247122', '256882', '272030', '272044', '278672', '278724', '279132', '279159', '294113', '294122', '294160', '294195', '327912', '327916', '327918', '327940', '330259', '330260', '330262', '335566', '335569', '360264']
    nosy_count = 11.0
    nosy_names = ['barry', 'ronaldoussoren', 'vstinner', 'lebigot', 'ned.deily', 'zach.ware', 'matrixise', 'Mali Akmanalp', 'Ian Carroll', 'Harry Li', 'miss-islington']
    pr_nums = ['1705', '9936', '9937', '9938', '10657', '10658', '10659']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue24658'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions