Kurochan added the comment:
Can anyone review this PR?
--
___
Python tracker
<https://bugs.python.org/issue42257>
___
___
Python-bugs-list mailing list
Unsub
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
Kurochan added the comment:
Also, PR comment processed.
--
___
Python tracker
<https://bugs.python.org/issue42257>
___
___
Python-bugs-list mailing list
Unsub
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
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