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 vstinner
Recipients akuchling, docs@python, martin.panter, nadeem.vawda, phr, python-dev, terry.reedy, vstinner
Date 2016-05-27.09:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464340334.5.0.277114963488.issue5784@psf.upfronthosting.co.za>
In-reply-to
Content
Failure on Python 2.7:

http://buildbot.python.org/all/builders/x86%20OpenIndiana%202.7/builds/3348/steps/test/logs/stdio

======================================================================
ERROR: test_wbits (test.test_zlib.CompressObjectTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/32bits/2.7.cea-indiana-x86/build/Lib/test/test_zlib.py", line 534, in test_wbits
    self.assertEqual(zlib.decompress(zlib15, 0), HAMLET_SCENE)
error: Error -2 while preparing to decompress data: inconsistent stream state
History
Date User Action Args
2016-05-27 09:12:14vstinnersetrecipients: + vstinner, akuchling, terry.reedy, phr, nadeem.vawda, docs@python, python-dev, martin.panter
2016-05-27 09:12:14vstinnersetmessageid: <1464340334.5.0.277114963488.issue5784@psf.upfronthosting.co.za>
2016-05-27 09:12:14vstinnerlinkissue5784 messages
2016-05-27 09:12:14vstinnercreate