native-api

Results 407 comments of native-api

I see no "proposed changes to the documentation" there, Victor Stinner asked you to provide those and you never did. Existing documentation says it provides no guildance, the user needs...

> > I see no "proposed changes to the documentation" there, Victor Stinner asked you to provide those and you never did. > > It's in the linked PR [#92754](https://github.com/python/cpython/pull/92754)....

Look at scripts for other source-based distributions as base. The key line is a `build_*` call which accepts arguments that constitute the build sequence. Each `` there corresponds to a...

We now have a contribution guide which gives more details about authoring installation scripts.

See https://github.com/pyenv/pyenv/wiki/Common-build-problems and in particular https://github.com/pyenv/pyenv/wiki/Common-build-problems#error-the-python-ssl-extension-was-not-compiled-missing-the-openssl-lib

Pyenv doesn't create `envs/*`, Conda does, or maybe Pyenv-Virtualenv. Could you give some sample reproduction steps? If Pyenv-Virtualenv creates those, perhaps this feature belongs in that plugin's codebase rather than...

The log is from an older Pyenv version than you've reported. In a new Pyenv, the patching part should be: ``` Installing Python-3.10.0... patching file aclocal.m4 patching file configure Hunk...

> In file included from /usr/local/include/stdbool.h:4: Remove Homebrew's LLVM from PATH. https://github.com/pyenv/pyenv/issues/2171#issuecomment-981858047: > Delete Homebrew's LLVM from your PATH. CPython only supports being compiled with Apple's toolchain, and the `llvm`...

@yc2984 What's `which clang`? If you don't have Homebrew LLVM installed -- where does `/usr/local/include/stdbool.h` come from? It looks broken since it includes itself.