Memleak in typeobject add_methods() · Issue #58957 · python/cpython (original) (raw)

BPO 14752
Nosy @malemburg, @tim-one
Files fix_add_methods_leak.patch: Patch that fixes a memory leak in add_methods() from typeobject.c

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 2012-05-08.13:23:15.479> created_at = <Date 2012-05-08.13:19:49.143> labels = ['interpreter-core', 'performance'] title = 'Memleak in typeobject add_methods()' updated_at = <Date 2012-05-08.13:23:15.477> user = 'https://bugs.python.org/cassou'

bugs.python.org fields:

activity = <Date 2012-05-08.13:23:15.477> actor = 'python-dev' assignee = 'none' closed = True closed_date = <Date 2012-05-08.13:23:15.479> closer = 'python-dev' components = ['Interpreter Core'] creation = <Date 2012-05-08.13:19:49.143> creator = 'cassou' dependencies = [] files = ['25495'] hgrepos = ['122'] issue_num = 14752 keywords = ['patch'] message_count = 2.0 messages = ['160203', '160204'] nosy_count = 4.0 nosy_names = ['lemburg', 'tim.peters', 'python-dev', 'cassou'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'resource usage' url = 'https://bugs.python.org/issue14752' versions = ['Python 3.4']