Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix crash where 'dictionary changed size during iteration' #1109

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

reidsunderland
Copy link
Member

When using the retry_refilter option, retry's gather method would crash, because keys were being deleted from the dictionary while it was being iterated through.

Now we're iterating through a copy of the dictionary's keys when the loop starts.

@reidsunderland reidsunderland added the bug Something isn't working label Jun 12, 2024
Copy link

Test Results

243 tests   242 ✅  1m 5s ⏱️
  1 suites    1 💤
  1 files      0 ❌

Results for commit 594f209.

@petersilva petersilva merged commit e2e39cf into development Jun 13, 2024
30 of 35 checks passed
@petersilva petersilva deleted the issue912_bugfix branch June 19, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants