Message270188
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. |
|
Date |
User |
Action |
Args |
2016-07-11 16:50:30 | fijall | set | recipients:
+ fijall, vstinner |
2016-07-11 16:50:30 | fijall | set | messageid: <1468255830.37.0.284681994761.issue27483@psf.upfronthosting.co.za> |
2016-07-11 16:50:30 | fijall | link | issue27483 messages |
2016-07-11 16:50:30 | fijall | create | |
|