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 vstinner
Recipients Albert.Zeyer, vstinner
Date 2016-03-25.23:52:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458949972.95.0.357618776235.issue23886@psf.upfronthosting.co.za>
In-reply-to
Content
> I want that it marks the current Python thread correctly, and not the current sighandler thread.

Oooooook, I finally understood your use case. You want to know which threads hold the GIL. You don't care which thread got the signal.
History
Date User Action Args
2016-03-25 23:52:53vstinnersetrecipients: + vstinner, Albert.Zeyer
2016-03-25 23:52:52vstinnersetmessageid: <1458949972.95.0.357618776235.issue23886@psf.upfronthosting.co.za>
2016-03-25 23:52:52vstinnerlinkissue23886 messages
2016-03-25 23:52:52vstinnercreate