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 vstinner
Recipients jwilk, serhiy.storchaka, vstinner
Date 2018-12-04.13:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543929134.45.0.788709270274.issue35389@psf.upfronthosting.co.za>
In-reply-to
Content
> Currently libc_ver() can be used for other executable. See issue26544 for discussion about libc_ver().

Oh, my PR had a bug: it ignores executable. Fixed: it now only uses os.confstr() if the executable argument is not set.
History
Date User Action Args
2018-12-04 13:12:14vstinnersetrecipients: + vstinner, jwilk, serhiy.storchaka
2018-12-04 13:12:14vstinnersetmessageid: <1543929134.45.0.788709270274.issue35389@psf.upfronthosting.co.za>
2018-12-04 13:12:14vstinnerlinkissue35389 messages
2018-12-04 13:12:14vstinnercreate