Skip to content

gh-134291: Add unguarded-availability check to JIT builds - #134292

Closed
zanieb wants to merge 3 commits into
python:mainfrom
zanieb:zb/deploy-target-jit
Closed

gh-134291: Add unguarded-availability check to JIT builds#134292
zanieb wants to merge 3 commits into
python:mainfrom
zanieb:zb/deploy-target-jit

Conversation

@zanieb

@zaniebzanieb commented May 19, 2025

Copy link
Copy Markdown
Contributor

@zanieb

Copy link
Copy Markdown
ContributorAuthor

In https://github.com/python/cpython/actions/runs/15123945496/job/42512754979?pr=134292, you can see this fails "as intended" because a symbol requiring 11+ is used. This pull request will need to be merged after a guard is added for that symbol (or, its use is removed entirely).

@zaniebzanieb added the infra CI, GitHub Actions, buildbots, Dependabot, etc. label May 20, 2025
@zanieb

Copy link
Copy Markdown
ContributorAuthor

@brandtbucher were you still intending to fix use of that symbol?

@brandtbucher

Copy link
Copy Markdown
Member

Yes, sorry about the delay! I'll have it fixed hopefully this weekend.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infraCI, GitHub Actions, buildbots, Dependabot, etc.skip newstopic-JIT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zanieb@brandtbucher