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
assign_version_tag in PyType_Watch is protected by the lock, but
tp_watch is also assigned in PyType_Unwatch. This makes both use
an atomic operation so watch/unwatch requests won't get lost.
0 commit comments