Message138044
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). |
|
Date |
User |
Action |
Args |
2011-06-10 00:51:04 | torsten | set | recipients:
+ torsten |
2011-06-10 00:51:04 | torsten | set | messageid: <1307667064.6.0.30417035015.issue12306@psf.upfronthosting.co.za> |
2011-06-10 00:51:03 | torsten | link | issue12306 messages |
2011-06-10 00:51:03 | torsten | create | |
|