[issue44424] Decompress streaming bz2 file

2021-06-15 Thread Carlos Franzreb
New submission from Carlos Franzreb : I am trying to lazily load items from a compressed file that resides in Zenodo. My goal is to iteratively yield the items without storing the file in my computer. My problem is that an EOFerror occurs right after the first non-empty line is read. How can

[issue44424] Decompress streaming bz2 file

2021-06-15 Thread Carlos Franzreb
Change by Carlos Franzreb : -- components: Library (Lib) nosy: carlosfranzreb priority: normal severity: normal status: open title: Decompress streaming bz2 file type: behavior versions: Python 3.9 ___ Python tracker