You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support subinterpreters when reporting Python stacks
Iterate over all interpreters in the linked list when determining the PID
offset, fixing an issue where pystack only inspected the first interpreter,
which is not guaranteed to be the main interpreter. This ensures the correct TID
is located even when multiple subinterpreters are present.
Add support for subinterpreters in pure Python stack reporting. Threads running
in subinterpreters are now detected and grouped by interpreter ID. Native stack
reporting for subinterpreters is not yet supported.
Signed-off-by: Saul Cooperman <saulcoops@gmail.com>
0 commit comments