[issue19255] Don't "wipe" builtins at shutdown

Serhiy Storchaka report at bugs.python.org
Tue Feb 11 22:21:04 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue19255>
_______________________________________


More information about the Python-bugs-list mailing list