[issue8193] test_zlib fails with zlib 1.2.4

R. David Murray report at bugs.python.org
Wed Mar 31 14:09:35 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Nick's point is that we should be testing both the value 0 and the value -1, but that we should expect 0 to fail only if zlib.ZLIB_VERSION is less than 1.2.4.  So you'll need to update your patch to keep the 0 test but put it inside an appropriate conditional.

The original problem may be in 2.5, but we are doing security updates only for 2.5, so the fix won't backported to 2.5.  (At least not by us, distributors are of course free to patch their own distributions of earlier python versions.)

I'm not sure what your last comment about the default means.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8193>
_______________________________________


More information about the Python-bugs-list mailing list