Message 211025 - Python tracker

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.

Content
> 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.