assertion failures and a crash when using an uninitialized struct.Struct object

BPO 31779
Nosy @mdickinson, @meadori, @berkerpeksag, @serhiy-storchaka, @orenmn, @izbyshev, @iritkatriel
PRs
  • bpo-31779: Prevent assertion failures and a crash when using an uninitialized struct.Struct object #3984
  • 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 = None
    created_at = <Date 2017-10-13.10:54:20.321>
    labels = ['extension-modules', '3.10', '3.9', 'type-crash', '3.11']
    title = 'assertion failures and a crash when using an uninitialized struct.Struct object'
    updated_at = <Date 2021-10-19.10:22:17.196>
    user = 'https://github.com/orenmn'

    bugs.python.org fields:

    activity = <Date 2021-10-19.10:22:17.196>
    actor = 'iritkatriel'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2017-10-13.10:54:20.321>
    creator = 'Oren Milman'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31779
    keywords = ['patch']
    message_count = 3.0
    messages = ['304328', '325462', '404285']
    nosy_count = 7.0
    nosy_names = ['mark.dickinson', 'meador.inge', 'berker.peksag', 'serhiy.storchaka', 'Oren Milman', 'izbyshev', 'iritkatriel']
    pr_nums = ['3984']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue31779'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']