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
Fix a few data races when (de)instrumenting opcodes
- Fix a few places where we were not using atomics to (de)instrument
opcodes.
- Fix a few places where we weren't using atomics to reset adaptive
counters.
- Remove some redundant non-atomic resets of adaptive counters that
presumably snuck as merge artifacts of python#118064
and python#117144 landing close
together.
0 commit comments