[issue10153] Memory leak in pythonrun.c

2010-10-23 Thread Stefan Krah
Changes by Stefan Krah : -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> Refleaks in pythonrun.c ___ Python tracker

[issue10153] Memory leak in pythonrun.c

2010-10-21 Thread Stefan Krah
Stefan Krah added the comment: There is actually a second refleak of the same kind. New patch attached. -- Added file: http://bugs.python.org/file19326/pythonrun2.patch ___ Python tracker _

[issue10153] Memory leak in pythonrun.c

2010-10-21 Thread Stefan Krah
Changes by Stefan Krah : Removed file: http://bugs.python.org/file19294/pythonrun.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue10153] Memory leak in pythonrun.c

2010-10-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue10153] Memory leak in pythonrun.c

2010-10-20 Thread Stefan Krah
New submission from Stefan Krah : Found by Valgrind, patch attached: ==4921== 24 bytes in 1 blocks are definitely lost in loss record 419 of 2,694 ==4921==at 0x4C2412C: malloc (vg_replace_malloc.c:195) ==4921==by 0x417F06: _PyObject_New (object.c:244) ==4921==by 0x520C4E: PyFile_NewS