Skip to content

Corruptions in func_dealloc() with partially-created function object #86309

@Jongy

Description

@Jongy
mannequin
BPO 42143
Nosy @serhiy-storchaka, @miss-islington, @Jongy
PRs
  • bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object #22953
  • [3.9] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) #23021
  • [3.8] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) #23022
  • 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-10-29.11:03:13.423>
    created_at = <Date 2020-10-24.23:49:05.892>
    labels = ['interpreter-core', '3.10', '3.8', '3.9', 'type-crash']
    title = 'Corruptions in func_dealloc() with partially-created function object'
    updated_at = <Date 2020-10-29.11:03:20.782>
    user = 'https://github.com/Jongy'

    bugs.python.org fields:

    activity = <Date 2020-10-29.11:03:20.782>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-10-29.11:03:13.423>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2020-10-24.23:49:05.892>
    creator = 'Yonatan Goldschmidt'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42143
    keywords = ['patch']
    message_count = 4.0
    messages = ['379546', '379863', '379864', '379866']
    nosy_count = 3.0
    nosy_names = ['serhiy.storchaka', 'miss-islington', 'Yonatan Goldschmidt']
    pr_nums = ['22953', '23021', '23022']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue42143'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixes3.8 (EOL)end of life3.9 (EOL)end of lifeinterpreter-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