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
frame: fix thread-safety issue when accessing f_lineno
It wasn't safe to access f_lineno from the thread that doesn't won the
frame. This can happen, for example, when calling sys.current_frames()
and accessing another thread's frames (such as for profiling purposes).
See python#66
0 commit comments