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 fijall
Recipients fijall, vstinner
Date 2016-07-11.16:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468255830.37.0.284681994761.issue27483@psf.upfronthosting.co.za>
In-reply-to
Content
Hi

The use case here is for C-based statistical profilers. When running vmprof on linux/os x, you can get the current thread state from PyThreadState_GetUnchecked or a similar solution. However, on windows you need to walk all the interpreter state, for which there is an API. However that API is only ever used with locks (HEAD_LOCK/HEAD_UNLOCK), which are not exposed, which turns API mostly useless.
History
Date User Action Args
2016-07-11 16:50:30fijallsetrecipients: + fijall, vstinner
2016-07-11 16:50:30fijallsetmessageid: <1468255830.37.0.284681994761.issue27483@psf.upfronthosting.co.za>
2016-07-11 16:50:30fijalllinkissue27483 messages
2016-07-11 16:50:30fijallcreate