Skip to content

Fix max_length for extraction

Pre-release
Pre-release

Choose a tag to compare

@miurahr miurahr released this 31 Jul 04:45
· 988 commits to master since this release
  • Always use max_length as out_remianing to avoid enlarge queue inside lzma module.
  • Use READ_BLOCKSIZE 1MB for recent python versions which has fixed the lzma bug.

This improve performance for large size of archived files.