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 vstinner
Recipients Arfrever, amaury.forgeotdarc, belopolsky, ezio.melotti, jafo, lemburg, loewis, ronaldoussoren, vstinner
Date 2010-12-11.02:35:49
SpamBayes Score 0.0024641277
Marked as misclassified No
Message-id <1292034951.63.0.743876417515.issue6697@psf.upfronthosting.co.za>
In-reply-to
Content
issue6697-lsprof.diff:
 - Oh, I did recently a similar change on PyModule: I created PyModule_GetFilenameObject()
 - "PyObject * mod" => "PyObject *mod"
 - modname is not initialized if fn->m_module (mod) is NULL => initialize modname to NULL
 - there is a reference leak (modname)
History
Date User Action Args
2010-12-11 02:35:51vstinnersetrecipients: + vstinner, lemburg, loewis, jafo, ronaldoussoren, amaury.forgeotdarc, belopolsky, ezio.melotti, Arfrever
2010-12-11 02:35:51vstinnersetmessageid: <1292034951.63.0.743876417515.issue6697@psf.upfronthosting.co.za>
2010-12-11 02:35:49vstinnerlinkissue6697 messages
2010-12-11 02:35:49vstinnercreate