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 xiang.zhang
Recipients brett.cannon, eric.snow, ncoghlan, xiang.zhang
Date 2016-08-31.11:22:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472642557.88.0.0235891214723.issue27911@psf.upfronthosting.co.za>
In-reply-to
Content
The two PyErr_Occurred check in exec_builtin_or_dynamic are unnecessary. The PyModule_Check at the beginning of exec_builtin_or_dynamic has eliminated the possibility for PyModule_GetDef/State to fail.
History
Date User Action Args
2016-08-31 11:22:37xiang.zhangsetrecipients: + xiang.zhang, brett.cannon, ncoghlan, eric.snow
2016-08-31 11:22:37xiang.zhangsetmessageid: <1472642557.88.0.0235891214723.issue27911@psf.upfronthosting.co.za>
2016-08-31 11:22:37xiang.zhanglinkissue27911 messages
2016-08-31 11:22:37xiang.zhangcreate