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
pythongh-117300: Use stop the world to make sys._current_frames and
`sys._current_exceptions` thread-safe.
This adds a stop the world pause to make the two functions thread-safe
when the GIL is disabled in the free-threaded build.
0 commit comments