Serhiy Storchaka added the comment:

> Your checkin 6a1711c96fa6 caused a Coverity complain:
>
> ** CID 1171506:  Unchecked return value  (CHECKED_RETURN)
> /Objects/moduleobject.c: 352 in _PyModule_ClearDict()
> /Objects/moduleobject.c: 333 in _PyModule_ClearDict()

Actually this was in old code. May now the code is just simpler for analysis by 
Coverity.

What can we do with this? Only call PyErr_Clear() as for other errors.

----------
Added file: http://bugs.python.org/file34048/issue19255-coverity.patch

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

Reply via email to