Conversation
We add version gates to the setup script to prevent parts that cannot be compiled with a new version of CPython to compile. This allows the build process to succeed while the various native components introduce support for the new version.
Codeowners resolved as |
BenchmarksBenchmark execution time: 2026-05-08 11:17:02 Comparing candidate commit 9bec4df in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 591 metrics, 4 unstable metrics. scenario:iast_aspects-re_expand_aspect
scenario:iastaspects-lower_noaspect
scenario:iastaspectsospath-ospathbasename_aspect
scenario:span-start
scenario:telemetryaddmetric-1-count-metric-1-times
|
vlad-scherbich
left a comment
There was a problem hiding this comment.
LGTM, but are those failing tests related?
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9bec4df353
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Description
We add version gates to the setup script to prevent parts that cannot be compiled with a new version of CPython to compile. This allows the build process to succeed while the various native components introduce support for the new version.