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
We likely need to detect that we're in a free-threading build and use _PyEval_StopTheWorld and _PyEval_StartTheWorld to make it safe to traverse the linked list of thread states.