mpage
mpage
!buildbot nogil refleak
@mccroweyclinton-EPA - I think you're tagging the wrong person :)
@gvanrossum Yes, still interested! Just haven't found the time yet to start working on it.
`Task.get_stack()` will only give you a call stack for that task. The interesting/useful part of this proposal is that it allows you to construct an "await stack" across Task boundaries....
Our primary use case for this feature is an always-on sampling profiler (roughly equivalent to GWP at Google). Periodically, for each machine in the fleet the profiler will wake up,...
> So I'm looking forward to the PR you promised! Hoping to have some time in the next couple of weeks to put an initial PR up :)
I was able to reproduce this, but it's not clear to me what we should do about it. `py-bt` is failing because gcc is able to optimize the interpreter loop...
> I already tried this but it did not work What you have is reading `tstate` from the stack frame of the interpreter loop (and will potentially be affected in...