native-api
native-api
> * During the build, is there a way to sign or otherwise "bless" the `_bootstrap_python` binary that would let `mcxalr` or its friends ease off the "deny" button? There's...
> /bin/sh: /opt/homebrew/opt/llvm/bin/llvm-ar: No such file or directory You likely have Homebrew LLVM on PATH. https://github.com/pyenv/pyenv/wiki/Common-build-problems#keg-only-homebrew-packages-are-forcibly-linked--added-to-path
I've created https://github.com/pyenv/pyenv/pull/3037 from @varikin's changes -- and as the CI shows, they clearly need more adjustments as they are currently breaking even the builds. Anyone interested can create either...
Bats-Mock also doesn't support "do this for these arguments, regardless of how many times it's called" which we need. Due to its absense, we have to constantly adjust call counts...
Completed in https://github.com/pyenv/pyenv/pull/3324 Side tasks like refactoring are going to be completed separately
Could you describe the intended use case?
IIRC it's for linking your program against Pyenv-provided Python, right? You need to direct `ld` to pick a specific `libpython`? And it probably needs to be one-time lest it prevents...
> As usual, the shim alters the LD_LIBRARY_PATH environemt before running it Altering `LD_LIBRARY_PATH` would break system scripts that use system Python if it has the same minor version, as...
Duplicate of https://github.com/pyenv/pyenv/issues/2698 , it looks like
We need diagnostic information as per the issue template to say anything more specific.