diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index e49959e702a..477554dd5d3 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -104,6 +104,7 @@ Kirill Klenov Kirill Malovitsa Kyrylo Perevozchikov Lars P. Søndergaard +Loïc Lajeanne Louis-Philippe Huberdeau Lu Gong Lubomir Gelo diff --git a/changes/2112.bugfix b/changes/2112.bugfix new file mode 100644 index 00000000000..1571e663cb9 --- /dev/null +++ b/changes/2112.bugfix @@ -0,0 +1 @@ +Fix issue with IndexError being raised by the StreamReader.iter_chunks() generator.