Author: Armin Rigo
Branch: py3.6
Changeset: r97764:466d2e12ff4b
Date: 2019-10-12 12:18 +0200
http://bitbucket.org/pypy/pypy/changeset/466d2e12ff4b/
Log:#3088: don't grow the lzma.decompress() buffer past max_length
diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py
--- a/lib_pypy/_lzma.py
++
Author: Armin Rigo
Branch: py3.6
Changeset: r97765:3a35a0ae4463
Date: 2019-10-12 12:38 +0200
http://bitbucket.org/pypy/pypy/changeset/3a35a0ae4463/
Log:#3090: lzma sometimes fails to decompress a file
Fixed by back-porting CPython commit
a3c53a1b45b05bcb69660eac5a271443b37ecc
Author: Carl Friedrich Bolz-Tereick
Branch: fix-descrmismatch-crash
Changeset: r97766:da9a65e1debd
Date: 2019-10-13 00:09 +0200
http://bitbucket.org/pypy/pypy/changeset/da9a65e1debd/
Log:fix first level of problems: args.firstarg() is always None in this
context, use w_obj instead
di