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

> I wrote a similar patch to add PyModule_GetNameObject() 
> (I am working on another huge patch, to fix #3080)

Issue #3080 added the PyModule_GetNameObject() function, so it simplify your 
patch.

I commited your issue6697-lsprof.diff patch, I just fixed a refleak (if modname 
is "builtins").

I want to close this generic issue. I think that we fixed enough code. If you 
still see code not checking that _PyUnicode_AsString() result is not NULL, 
please open a new specific issue.

----------

_______________________________________
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