-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
[3.14] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233) #141495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.14] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233) #141495
Conversation
|
Could you pleas trigger the JIT CI by pushing whitespace to a jit file? We can revert that after I see it's green. |
Sure! I hope that I understand correctly what file do you mean ( |
|
Very cool. It's green! Ok, please revert the jit file change and I'll merge it. |
|
Thanks again. |
|
Thank you for review and merge! |
It's an another attempt to backport GH-140233.
The first one was buggy and we reverted it.
CC @Fidget-Spinner.
I'm not sure that this fix is fully correct.
But it passes all the tests on my machine (Debian 12, x86_64) in both build configurations:
UnboundLocalErrorfor same code with JIT on or off #140104