This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author miurahr
Recipients malin, miurahr
Date 2020-07-07.08:30:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594110628.24.0.787100626118.issue41210@roundup.psfhosted.org>
In-reply-to
Content
Thank you for information about similar problem.

This problem is observed and reported on 7-zip library project, https://github.com/miurahr/py7zr/issues/178.
py7zr heavily depend on lzma FORMAT_RAW interface.

Fortunately  7-zip container format has size database, then library can know output is enough or not.

In reported case, the library/caller become a state that all input data has send into decompressor,  but decompressor does not output anything.

I'd like to wait upstream reaction.
History
Date User Action Args
2020-07-07 08:30:28miurahrsetrecipients: + miurahr, malin
2020-07-07 08:30:28miurahrsetmessageid: <1594110628.24.0.787100626118.issue41210@roundup.psfhosted.org>
2020-07-07 08:30:28miurahrlinkissue41210 messages
2020-07-07 08:30:28miurahrcreate