Skip to content

Conversation

@Yadunund
Copy link

This PR aims to fix the runtime error RuntimeError: OrderedDict mutated during iteration.
This happens as the current implementation aims to delete an element from the self.disappeared OrderedDict while iterating over the same.

In the fix, the deletion is performed outside the iteration.

Signed-off-by: Yadunund [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant