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 serhiy.storchaka
Recipients Thomas.Waldmann, lemburg, njs, serhiy.storchaka
Date 2018-06-13.12:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528893293.74.0.947875510639.issue26544@psf.upfronthosting.co.za>
In-reply-to
Content
I need the glibc version for skipping a test if run with glibc containing a bug (see issue31630 and issue33630). platform.libc_ver() is not usable, it always returns '2.9' (the version that has bugs), while the actual version on my computer is '2.25' (the version that doesn't have these bugs).
History
Date User Action Args
2018-06-13 12:34:53serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, njs, Thomas.Waldmann
2018-06-13 12:34:53serhiy.storchakasetmessageid: <1528893293.74.0.947875510639.issue26544@psf.upfronthosting.co.za>
2018-06-13 12:34:53serhiy.storchakalinkissue26544 messages
2018-06-13 12:34:53serhiy.storchakacreate