A deadly decref in _PyImport_FindExtensionObjectEx()

BPO 35470
Nosy @ericsnowcurrently, @serhiy-storchaka, @zhangyangyu, @ZackerySpytz, @miss-islington
PRs
  • bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx() #11128
  • [3.7] bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) #11506
  • [3.7] bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) #11506
  • 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-01-10.16:44:08.754>
    created_at = <Date 2018-12-12.12:42:37.715>
    labels = ['interpreter-core', '3.8', 'type-bug', '3.7']
    title = 'A deadly decref in _PyImport_FindExtensionObjectEx()'
    updated_at = <Date 2019-01-10.16:44:08.754>
    user = 'https://github.com/ZackerySpytz'

    bugs.python.org fields:

    activity = <Date 2019-01-10.16:44:08.754>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-01-10.16:44:08.754>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2018-12-12.12:42:37.715>
    creator = 'ZackerySpytz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35470
    keywords = ['patch']
    message_count = 4.0
    messages = ['331693', '331695', '333394', '333399']
    nosy_count = 5.0
    nosy_names = ['eric.snow', 'serhiy.storchaka', 'xiang.zhang', 'ZackerySpytz', 'miss-islington']
    pr_nums = ['11128', '11506', '11506']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35470'
    versions = ['Python 3.7', 'Python 3.8']