]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge fix for memory leaks in zlib.compress() and .decompress().
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 21:18:07 +0000 (23:18 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 21:18:07 +0000 (23:18 +0200)
commit905cca011b1535d30e7fd3c8d401b74855ea3232
tree5596d86e79981b5c3bfd438068253f4b7557b18c
parent933475895578623872686b276f398eba839eb8d9
parent154bdf92fce957f331a57a54e3cdcaeefeba25ff
Merge fix for memory leaks in zlib.compress() and .decompress().

Also, make sure that test_zlib tests decompress() for overly-large inputs.