[New-bugs-announce] [issue15404] Refleak in PyMethodObject repr

Andrew Svetlov report at bugs.python.org
Fri Jul 20 13:42:53 CEST 2012


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

Python leaks in method.__repr__ if class has no __name__.
Very rare situation.

----------
assignee: asvetlov
components: Interpreter Core
files: leak.diff
keywords: patch
messages: 165913
nosy: asvetlov
priority: normal
severity: normal
status: open
title: Refleak in PyMethodObject repr
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26448/leak.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15404>
_______________________________________


More information about the New-bugs-announce mailing list