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
This sometimes caused a spec failure on Rubinius. The problem is that
the hash is modified in multiple threads simultanuously. This means that
an entry could get lost because of code executed concurrently.
This means we have to lock around this to do this safely.
0 commit comments