Skip to content

Conversation

@pablogsal
Copy link
Member

@pablogsal pablogsal commented Nov 15, 2025

The perf_jit backend was unreachable due to incorrect if-else nesting
in the backend selection logic. The else-if checking for "perf_jit"
was nested inside the if statement checking for "perf", making it
impossible to activate the perf_jit trampoline.

The perf_jit backend was unreachable due to incorrect if-else nesting
in the backend selection logic. The else-if checking for "perf_jit"
was nested inside the if statement checking for "perf", making it
impossible to activate the perf_jit trampoline.
@sharktide
Copy link
Contributor

Probably need to re-run the iOS test

@pablogsal pablogsal merged commit 4ceb077 into python:main Nov 15, 2025
89 of 91 checks passed
@miss-islington-app
Copy link

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 15, 2025
…e() (pythonGH-141580)

(cherry picked from commit 4ceb077c5cea30fef734f4c4e92c18d978be6c38)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
@miss-islington-app
Copy link

Sorry, @pablogsal, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 4ceb077c5cea30fef734f4c4e92c18d978be6c38 3.13

@bedevere-app
Copy link

bedevere-app bot commented Nov 15, 2025

GH-141581 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Nov 15, 2025
@sharktide
Copy link
Contributor

Fun with git... @pablogsal

@bedevere-app
Copy link

bedevere-app bot commented Nov 15, 2025

GH-141582 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Nov 15, 2025
pablogsal added a commit to pablogsal/cpython that referenced this pull request Nov 15, 2025
…ampoline() (pythonGH-141580)

(cherry picked from commit 4ceb077)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
pablogsal added a commit that referenced this pull request Nov 15, 2025
…ne() (GH-141580) (#141581)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants