[issue42257] platform.libc_ver() doesn't consider in case of executable is empty string

2020-12-21 Thread Kurochan
Kurochan added the comment: Can anyone review this PR? -- ___ Python tracker <https://bugs.python.org/issue42257> ___ ___ Python-bugs-list mailing list Unsub

[issue42257] platform.libc_ver() doesn't consider in case of executable is empty string

2020-12-31 Thread Kurochan
Kurochan added the comment: > If Python is embedded Yes. It's embedded Python. This issue caused in datadog-agent with embedded Python. https://github.com/DataDog/datadog-agent/ > would it be possible to share the code used to configure Python > initialization? I'm

[issue42257] platform.libc_ver() doesn't consider in case of executable is empty string

2020-12-31 Thread Kurochan
Kurochan added the comment: Also, PR comment processed. -- ___ Python tracker <https://bugs.python.org/issue42257> ___ ___ Python-bugs-list mailing list Unsub

[issue42257] platform.libc_ver() doesn't consider in case of executable is empty string

2020-11-03 Thread Kurochan
New submission from Kurochan : Currently, `platform.libc_ver()` doesn't consider in case of `executable` variable is an empty string. However, with Python 3.8, the following code could pass an empty string `executable` to the `platform.libc_ver()` function. https://github.com/python/cp

[issue42257] platform.libc_ver() doesn't consider in case of executable is empty string

2020-11-03 Thread Kurochan
Change by Kurochan : -- keywords: +patch pull_requests: +22053 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23140 ___ Python tracker <https://bugs.python.org/issu