Skip to content

opcode cache for LOAD_GLOBAL emits false alarm in memory leak hunting #81327

@vstinner

Description

@vstinner
BPO 37146
Nosy @gvanrossum, @vstinner, @methane, @1st1, @pablogsal
PRs
  • bpo-37146: disable opcache when Py_DEBUG is defined #13787
  • bpo-37146: Allow to configure opcode cache and fix huntleaks by presetting it to 1 #13789
  • bpo-42093: Cleanup _PyDict_GetItemHint() #24582
  • bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite #24643
  • bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API #24786
  • 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/tiran'
    closed_at = <Date 2021-02-28.22:42:42.130>
    created_at = <Date 2019-06-03.20:34:43.896>
    labels = ['interpreter-core', 'type-bug', '3.9']
    title = 'opcode cache for LOAD_GLOBAL emits false alarm in memory leak hunting'
    updated_at = <Date 2021-03-08.21:56:41.259>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-03-08.21:56:41.259>
    actor = 'vstinner'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2021-02-28.22:42:42.130>
    closer = 'pablogsal'
    components = ['Interpreter Core']
    creation = <Date 2019-06-03.20:34:43.896>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37146
    keywords = ['patch']
    message_count = 13.0
    messages = ['344469', '344485', '344486', '353666', '353700', '387335', '387338', '387339', '387361', '387368', '387400', '387820', '388311']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'vstinner', 'methane', 'yselivanov', 'pablogsal', 'webstarnantes']
    pr_nums = ['13787', '13789', '24582', '24643', '24786']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37146'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    Labels

    3.9 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions