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 'Dictionary changed during iteration' exception raising (#628)
* add pypy test
* Lint
* Fix#620: Don't raise 'Dictionary changed during iteration' when the error should not be raised
Co-authored-by: iscai-msft <iscai@microsoft.com>
Co-authored-by: Sam Bull <aa6bs0@sambull.org>
Fix pure-python implementation that used to raise "Dictionary changed during iteration" error when iterated view (``.keys()``, ``.values()`` or ``.items()``) was created before the dictionary's content change.
0 commit comments