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.09:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468833236.46.0.408626862018.issue27558@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the thread state is initialized in thread_PyThread_start_new_thread. It calls _PyThreadState_Prealloc which initialize exc_type to NULL.
History
Date User Action Args
2016-07-18 09:13:56xiang.zhangsetrecipients: + xiang.zhang, ztane, Romuald
2016-07-18 09:13:56xiang.zhangsetmessageid: <1468833236.46.0.408626862018.issue27558@psf.upfronthosting.co.za>
2016-07-18 09:13:56xiang.zhanglinkissue27558 messages
2016-07-18 09:13:56xiang.zhangcreate