Skip to content

crash with unbounded recursion in except statement #86666

Closed
@xxm

Description

@xxm
mannequin
BPO 42500
Nosy @gpshead, @ronaldoussoren, @ericvsmith, @ambv, @markshannon, @serhiy-storchaka, @vedgar
PRs
  • bpo-42500: Fix recursion in or after except #23568
  • [3.9] bpo-42500: Fix recursion in or after except (GH-23568) #24501
  • [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 #25179
  • Superseder
  • bpo-45806: Cannot Recover From StackOverflow in 3.9 Tests
  • Files
  • error1.py: run this program by using command " python error1.py" under Ubuntu
  • 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/markshannon'
    closed_at = <Date 2020-12-02.13:54:51.328>
    created_at = <Date 2020-11-29.07:39:23.532>
    labels = ['interpreter-core', '3.9', 'type-crash']
    title = 'crash with unbounded recursion in except statement'
    updated_at = <Date 2021-11-19.18:16:43.116>
    user = 'https://bugs.python.org/xxm'

    bugs.python.org fields:

    activity = <Date 2021-11-19.18:16:43.116>
    actor = 'lukasz.langa'
    assignee = 'Mark.Shannon'
    closed = True
    closed_date = <Date 2020-12-02.13:54:51.328>
    closer = 'Mark.Shannon'
    components = ['Interpreter Core']
    creation = <Date 2020-11-29.07:39:23.532>
    creator = 'xxm'
    dependencies = []
    files = ['49635']
    hgrepos = []
    issue_num = 42500
    keywords = ['patch']
    message_count = 12.0
    messages = ['382042', '382055', '382057', '382059', '382069', '382070', '382113', '382115', '382138', '382311', '387905', '390182']
    nosy_count = 8.0
    nosy_names = ['gregory.p.smith', 'ronaldoussoren', 'eric.smith', 'lukasz.langa', 'Mark.Shannon', 'serhiy.storchaka', 'veky', 'xxm']
    pr_nums = ['23568', '24501', '25179']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = '45806'
    type = 'crash'
    url = 'https://bugs.python.org/issue42500'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    Labels

    3.9only security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-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