[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
New submission from Andrew Svetlov andrew.svet...@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:

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: Removed file: http://bugs.python.org/file26448/leak.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15404 ___

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: Added file: http://bugs.python.org/file26449/leak.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15404 ___

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za 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 ___

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15404 ___

[issue15404] Refleak in PyMethodObject repr

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- stage: - committed/rejected type: - resource usage ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15404 ___