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.09:26:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472635589.59.0.774890497222.issue27909@psf.upfronthosting.co.za>
In-reply-to
Content
Just as the patch shows, when PyErr_Occurred() returns true mod is NULL, then Py_INCREF(mod) will crash. Replace it with Py_XINCREF.
History
Date User Action Args
2016-08-31 09:26:29xiang.zhangsetrecipients: + xiang.zhang, brett.cannon, ncoghlan, eric.snow
2016-08-31 09:26:29xiang.zhangsetmessageid: <1472635589.59.0.774890497222.issue27909@psf.upfronthosting.co.za>
2016-08-31 09:26:29xiang.zhanglinkissue27909 messages
2016-08-31 09:26:29xiang.zhangcreate