This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah
Date 2010-10-20.11:09:31
SpamBayes Score 0.01417071
Marked as misclassified No
Message-id <1287572976.12.0.192446732245.issue10153@psf.upfronthosting.co.za>
In-reply-to
Content
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_NewStdPrinter (fileobject.c:364)
==4921==    by 0x499438: Py_InitializeEx (pythonrun.c:281)
==4921==    by 0x49951E: Py_Initialize (pythonrun.c:322)
==4921==    by 0x4B2579: Py_Main (main.c:587)
==4921==    by 0x417D6B: main (python.c:51)
History
Date User Action Args
2010-10-20 11:09:36skrahsetrecipients: + skrah
2010-10-20 11:09:36skrahsetmessageid: <1287572976.12.0.192446732245.issue10153@psf.upfronthosting.co.za>
2010-10-20 11:09:34skrahlinkissue10153 messages
2010-10-20 11:09:31skrahcreate