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 pmpp
Recipients pmpp
Date 2018-01-26.15:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516982124.56.0.467229070634.issue32682@psf.upfronthosting.co.za>
In-reply-to
Content
On some OS like android 4.0+, system libz.so gives funny versions number that prevent test_zlib from correctly parse it from zlib.ZLIB_RUNTIME_VERSION

https://patch-diff.githubusercontent.com/raw/vstinner/cpython/pull/1.patch

seems to fix "1.2.8-linuxfoundation-mods-v1" and "1.2.8.f-linuxfoundation-mods-v1" cases as already encountered on an popular operating system and maybe others yet unknown.
History
Date User Action Args
2018-01-26 15:55:24pmppsetrecipients: + pmpp
2018-01-26 15:55:24pmppsetmessageid: <1516982124.56.0.467229070634.issue32682@psf.upfronthosting.co.za>
2018-01-26 15:55:24pmpplinkissue32682 messages
2018-01-26 15:55:24pmppcreate