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 kurochan, lemburg, vstinner
Date 2020-12-28.13:16:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609161404.42.0.482699260546.issue42257@roundup.psfhosted.org>
In-reply-to
Content
> Currently, `platform.libc_ver()` doesn't consider in case of `executable` variable is an empty string.

I'm curious. In which case sys.executable is an empty string? Do you embed Python in an application. If Python is embedded, would it be possible to share the code used to configure Python initialization?
History
Date User Action Args
2020-12-28 13:16:44vstinnersetrecipients: + vstinner, lemburg, kurochan
2020-12-28 13:16:44vstinnersetmessageid: <1609161404.42.0.482699260546.issue42257@roundup.psfhosted.org>
2020-12-28 13:16:44vstinnerlinkissue42257 messages
2020-12-28 13:16:44vstinnercreate