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.

Author serhiy.storchaka
Recipients Arfrever, brett.cannon, christian.heimes, eric.snow, gennad, ncoghlan, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-02-11.21:21:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392153664.34.0.566450594654.issue19255@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2014-02-11 21:21:04serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, pitrou, vstinner, christian.heimes, Arfrever, python-dev, gennad, eric.snow
2014-02-11 21:21:04serhiy.storchakasetmessageid: <1392153664.34.0.566450594654.issue19255@psf.upfronthosting.co.za>
2014-02-11 21:21:04serhiy.storchakalinkissue19255 messages
2014-02-11 21:21:04serhiy.storchakacreate