[issue26544] platform.libc_ver() returns incorrect version number

Serhiy Storchaka report at bugs.python.org
Wed Jun 13 08:34:53 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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).

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26544>
_______________________________________


More information about the Python-bugs-list mailing list