SIGN IN SIGN UP

gh-148393: Use acquire load for _ma_watcher_tag in dict notify event (gh-148509)

The watcher-bits read in _PyDict_NotifyEvent needs to use acquire to
synchronize with the release from PyDict_Watch so that the callback
publication is visible before the callback is invoked.
S
Sam Gross committed
19f96f99febe9eadbcc58ffc042791fb017ac90b
Parent: e689394
Committed by GitHub <noreply@github.com> on 4/13/2026, 6:11:28 PM