Re: [PATCH v7 04/10] iotests: replace mutable list default args

2020-03-04 Thread Philippe Mathieu-Daudé
On 3/4/20 10:38 PM, John Snow wrote: It's bad hygiene: if we modify this list, it will be modified across all invocations. (Remaining bad usages are fixed in a subsequent patch which changes the function signature anyway.) Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 24 +

[PATCH v7 04/10] iotests: replace mutable list default args

2020-03-04 Thread John Snow
It's bad hygiene: if we modify this list, it will be modified across all invocations. (Remaining bad usages are fixed in a subsequent patch which changes the function signature anyway.) Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 24 1 file changed, 12