STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6697>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to