Skip to content

[plotters] Fix mutating ordered dict while iterating

Samuel GAIST requested to merge dict_mutation_fix into 1.4.x

This patch fixes the deletion of dict elements while going through it.

Merge request reports