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 Romuald, xiang.zhang, ztane
Date 2016-07-18.10:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468838494.72.0.137820198987.issue27558@psf.upfronthosting.co.za>
In-reply-to
Content
> Easiest fix would be to make do_raise test for both NULL and None, but I'd really consider fixing the new thread initialization if possible.

I think the easiest fix is OK. The new thread initialization is consistent and should not be changed. The Py_None seems to be set in somewhere in ceval but I am not sure where. You can see at https://hg.python.org/cpython/file/tip/Python/ceval.c#l1200 both NULL and Py_None are checked.
History
Date User Action Args
2016-07-18 10:41:34xiang.zhangsetrecipients: + xiang.zhang, ztane, Romuald
2016-07-18 10:41:34xiang.zhangsetmessageid: <1468838494.72.0.137820198987.issue27558@psf.upfronthosting.co.za>
2016-07-18 10:41:34xiang.zhanglinkissue27558 messages
2016-07-18 10:41:34xiang.zhangcreate