Skip to content
Snippets Groups Projects
Forked from Reproducible Builds / diffoscope
Source project has a limited visibility.
Alexis Murzeau's avatar
Alexis Murzeau authored
my_members is iterated in DebContainer.perform_fuzzy_matching but is modified
in Container.comparisons.prep_yield which remove the current item from
my_members.

This causes a `RuntimeError: OrderedDict mutated during iteration` error.
This was not detected by the existing test test_deb.test_compare_different_compression
as it triggers only when there is more than one file in the .deb file. (That
test use only one file: control.tar.{gz,xz}).
8624d40f
History
Name Last commit Last update
..