Skip to content

Unbounded memory growth resizing split-table dicts #72334

@minrk

Description

@minrk
mannequin
BPO 28147
Nosy @vstinner, @larryhastings, @ned-deily, @methane, @berkerpeksag, @serhiy-storchaka, @minrk, @jamadden, @zhangyangyu
PRs
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • Files
  • test-dict-pop.py: test illustrating dict resize memory leak
  • 0001-Avoid-unbounded-growth-in-dict_resize.patch: patch to fix memory growth with regression test
  • fix-28147.patch
  • fix-28147.patch: Add missing file
  • fix-28147-py35.patch
  • fix28147-py36.patch
  • fix28147-py36-2.patch
  • fix28147-py36-3.patch
  • fix28147-comment-update.patch
  • fix-28147-py35-2.patch
  • 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 2016-12-20.01:05:08.308>
    created_at = <Date 2016-09-14.11:44:13.094>
    labels = ['interpreter-core', 'deferred-blocker', '3.7', 'type-crash']
    title = 'Unbounded memory growth resizing split-table dicts'
    updated_at = <Date 2017-03-31.16:36:26.473>
    user = 'https://github.com/minrk'

    bugs.python.org fields:

    activity = <Date 2017-03-31.16:36:26.473>
    actor = 'dstufft'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-12-20.01:05:08.308>
    closer = 'methane'
    components = ['Interpreter Core']
    creation = <Date 2016-09-14.11:44:13.094>
    creator = 'minrk'
    dependencies = []
    files = ['44658', '44659', '44665', '44666', '44696', '45796', '45797', '45910', '45911', '45968']
    hgrepos = []
    issue_num = 28147
    keywords = ['patch']
    message_count = 51.0
    messages = ['276418', '276419', '276420', '276425', '276428', '276434', '276437', '276450', '276451', '276452', '276456', '276477', '276481', '276482', '276483', '276502', '276726', '276895', '276901', '276947', '277614', '282635', '282642', '282643', '282648', '282650', '282672', '282682', '282683', '282699', '282702', '282743', '283246', '283259', '283264', '283267', '283268', '283270', '283283', '283334', '283335', '283337', '283339', '283374', '283386', '283392', '283395', '283468', '283478', '283644', '283659']
    nosy_count = 11.0
    nosy_names = ['vstinner', 'larry', 'ned.deily', 'methane', 'python-dev', 'berker.peksag', 'serhiy.storchaka', 'minrk', 'jmadden', 'xiang.zhang', 'wenzel']
    pr_nums = ['552']
    priority = 'deferred blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue28147'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifedeferred-blockerinterpreter-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