Skip to content

TextIOWrapper assertion failure after read() and SEEK_CUR #70049

@vadmium

Description

@vadmium
BPO 25862
Nosy @vadmium, @serhiy-storchaka, @ZackerySpytz, @miss-islington
PRs
  • bpo-25862: Fix an assertion failure in io.TextIOWrapper.tell(). #3918
  • [3.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) #8007
  • [3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) #8012
  • [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) #8013
  • bpo-25862: Fix several bugs in the _io module. #8026
  • [3.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) #8028
  • [3.6] bpo-25862: Fix several bugs in the _io module. (GH-8026) #8029
  • [2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) #8033
  • 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/serhiy-storchaka'
    closed_at = <Date 2018-12-04.10:47:52.634>
    created_at = <Date 2015-12-15.01:43:10.182>
    labels = ['3.7', '3.8', 'expert-IO', 'type-crash']
    title = 'TextIOWrapper assertion failure after read() and SEEK_CUR'
    updated_at = <Date 2019-02-08.23:20:42.391>
    user = 'https://github.com/vadmium'

    bugs.python.org fields:

    activity = <Date 2019-02-08.23:20:42.391>
    actor = 'martin.panter'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-12-04.10:47:52.634>
    closer = 'serhiy.storchaka'
    components = ['IO']
    creation = <Date 2015-12-15.01:43:10.182>
    creator = 'martin.panter'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 25862
    keywords = ['patch']
    message_count = 12.0
    messages = ['256430', '320312', '320709', '320710', '320732', '320737', '320780', '320798', '320802', '320803', '331024', '335118']
    nosy_count = 4.0
    nosy_names = ['martin.panter', 'serhiy.storchaka', 'ZackerySpytz', 'miss-islington']
    pr_nums = ['3918', '8007', '8012', '8013', '8026', '8028', '8029', '8033']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue25862'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of lifetopic-IOtype-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions