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 Janae147, malin, miurahr
Date 2020-08-03.04:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596428617.39.0.00308153626186.issue41210@roundup.psfhosted.org>
In-reply-to
Content
Here is a draft of additional text


Usage of :const:`FILTER_LZMA1` with :const:`FORMAT_RAW` is not recommended.
Because it may produce a wrong output in a certain condition, decompressing 
a combination of :const:`FILTER_LZMA1` and BCJ filters in :const:`FORMAT_RAW`.
It is because LZMA1 format sometimes lacks End of Stream (EOS) mark that
lead BCJ filters can not be flushed.


I've tried to write without a description of liblzma implementation, but only a nature of API and file format specification.
History
Date User Action Args
2020-08-03 04:23:37miurahrsetrecipients: + miurahr, malin, Janae147
2020-08-03 04:23:37miurahrsetmessageid: <1596428617.39.0.00308153626186.issue41210@roundup.psfhosted.org>
2020-08-03 04:23:37miurahrlinkissue41210 messages
2020-08-03 04:23:37miurahrcreate