]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module
authorMartin Panter <vadmium+py@gmail.com>
Sat, 23 Jul 2016 04:22:09 +0000 (04:22 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 23 Jul 2016 04:22:09 +0000 (04:22 +0000)
commit1e411c5c78b67cefb7a4ef89bd49eba5f7b5125d
tree47a038999d0e6665215ba7627527055731bc0368
parent2955ef759e565c4b5e30558e6b63671c300d9679
Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module

Ported from patches by Xiang Zhang, Nadeem Vawda, and myself.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c