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 Albert.Zeyer
Recipients Albert.Zeyer, vstinner
Date 2016-03-23.09:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458725681.33.0.177017864943.issue23886@psf.upfronthosting.co.za>
In-reply-to
Content
PyGILState_GetThisThreadState might not be the same Python thread as _PyThreadState_Current, even in the case that both are not NULL. That is because SIGUSR1/2 will get delivered to any running thread. In the output by faulthandler, I want that it marks the current Python thread correctly, and not the current sighandler thread.
History
Date User Action Args
2016-03-23 09:34:41Albert.Zeyersetrecipients: + Albert.Zeyer, vstinner
2016-03-23 09:34:41Albert.Zeyersetmessageid: <1458725681.33.0.177017864943.issue23886@psf.upfronthosting.co.za>
2016-03-23 09:34:41Albert.Zeyerlinkissue23886 messages
2016-03-23 09:34:41Albert.Zeyercreate