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.

作者 vstinner
收信人 Arfrever, amaury.forgeotdarc, belopolsky, ezio.melotti, jafo, lemburg, loewis, ronaldoussoren, vstinner
日期 2010-12-11.02:35:49
SpamBayes Score 0.0024641277
Marked as misclassified
Message-id <1292034951.63.0.743876417515.issue6697@psf.upfronthosting.co.za>
In-reply-to
内容
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)
历史
日期 用户 动作 参数
2010-12-11 02:35:51vstinner修改recipients: + vstinner, lemburg, loewis, jafo, ronaldoussoren, amaury.forgeotdarc, belopolsky, ezio.melotti, Arfrever
2010-12-11 02:35:51vstinner修改messageid: <1292034951.63.0.743876417515.issue6697@psf.upfronthosting.co.za>
2010-12-11 02:35:49vstinner链接issue6697 messages
2010-12-11 02:35:49vstinner创建