This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients akuchling, docs@python, martin.panter, nadeem.vawda, phr, python-dev, terry.reedy, vstinner
Date 2016-05-27.14:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464357648.71.0.982575944033.issue5784@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently zlib only supports windowBits (wbits) = 0 since v1.2.3.5. I added a version check in the Python 3 tests, which seems to have solved the buildbot problems (OpenIndiana and OS X buildbots). In Python 2 I removed the test, because Python 2 has no zlib.ZLIB_RUNTIME_VERSION to check.
History
Date User Action Args
2016-05-27 14:00:48martin.pantersetrecipients: + martin.panter, akuchling, terry.reedy, phr, vstinner, nadeem.vawda, docs@python, python-dev
2016-05-27 14:00:48martin.pantersetmessageid: <1464357648.71.0.982575944033.issue5784@psf.upfronthosting.co.za>
2016-05-27 14:00:48martin.panterlinkissue5784 messages
2016-05-27 14:00:48martin.pantercreate