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 torsten
Recipients torsten
Date 2011-06-10.00:51:02
SpamBayes Score 7.163492e-12
Marked as misclassified No
Message-id <1307667064.6.0.30417035015.issue12306@psf.upfronthosting.co.za>
In-reply-to
Content
I am currently fighting a curious problem in using zlib from Python: Decompression completes but sometimes the resulting output does not match a sha224 hash of the expected output.

I deployed a zlib 1.2.5 with our PyInstaller output but the problem persists. I would like to check that the program is actually using the right zlib version.

zlib provides the function zlibVersion to access the actual run time version. The attached patch exposes this function from the zlib module. I also added a unit test to check that the function is there and the output matches ZLIB_VERSION (which should match on the build machine).
History
Date User Action Args
2011-06-10 00:51:04torstensetrecipients: + torsten
2011-06-10 00:51:04torstensetmessageid: <1307667064.6.0.30417035015.issue12306@psf.upfronthosting.co.za>
2011-06-10 00:51:03torstenlinkissue12306 messages
2011-06-10 00:51:03torstencreate