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
See py-spy commit benfred/py-spy@290584d,
SIGINT just raises a flag telling it to stop (makes sense, since it still dumps output etc).
But if py-spy is stuck for whatever reason, it won't be stopped by this signal.
SIGKILL is not handled by py-spy, duh, so it will exit immediately.
0 commit comments