Incomplete error handling in Python/compile.c:compiler_call()

BPO 35284
Nosy @serhiy-storchaka, @1st1, @ZackerySpytz
PRs
  • bpo-35284: Fix the error handling in the compiler's compiler_call() #10625
  • [3.7] bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) #12496
  • 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 2019-03-22.14:13:43.207>
    created_at = <Date 2018-11-20.22:38:01.469>
    labels = ['interpreter-core', '3.8', 'type-bug', '3.7']
    title = 'Incomplete error handling in Python/compile.c:compiler_call()'
    updated_at = <Date 2019-03-22.14:13:43.206>
    user = 'https://github.com/ZackerySpytz'

    bugs.python.org fields:

    activity = <Date 2019-03-22.14:13:43.206>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-03-22.14:13:43.207>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2018-11-20.22:38:01.469>
    creator = 'ZackerySpytz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35284
    keywords = ['patch']
    message_count = 4.0
    messages = ['330159', '338587', '338602', '338606']
    nosy_count = 3.0
    nosy_names = ['serhiy.storchaka', 'yselivanov', 'ZackerySpytz']
    pr_nums = ['10625', '12496']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35284'
    versions = ['Python 3.7', 'Python 3.8']