[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: -> committed/rejected type: -> resource usage ___ Python tracker ___ ___ Python-bugs-list mail

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4b724884c81f by Andrew Svetlov in branch '3.2': Issue #15404: Refleak in PyMethodObject repr. http://hg.python.org/cpython/rev/4b724884c81f -- nosy: +python-dev ___ Python tracker

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov : Added file: http://bugs.python.org/file26449/leak.diff ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov : Removed file: http://bugs.python.org/file26448/leak.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
New submission from Andrew Svetlov : 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: Re