feat(build_environment): Include abiflags in path#1269
Conversation
…ildEnvironment` Replace the generic `parent_dir` parameter with `sdist_root_dir` and `req` so that `BuildEnvironment` has the context it needs for future sandboxing and environment filtering. All arguments are now keyword-only and follow the common `ctx, req, sdist_root_dir` order. Part of the sandboxing proposal. See: python-wheel-build#1019 Co-Authored-By: Claude <claude@anthropic.com> Signed-off-by: Christian Heimes <cheimes@redhat.com>
Include abiflags in build env path for free-threading (nogil) Python interpreter. Python 3.14 and 3.14t have different ABIs and need separate build environments. Signed-off-by: Christian Heimes <cheimes@redhat.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
Pull Request Description
What
Include abiflags in build env path for free-threading (nogil) Python interpreter.
Why
Python 3.14 and 3.14t have different ABIs and need separate build environments