-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-107082: Fix instruction size computation for ENTER_EXECUTOR #107256
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
Conversation
🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 92b493d 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
I tested manually the change on ppc64. I confirm that this change fix I built Python with Without the fix, I am able to reproduce the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The change retrieves the original opcode stored in executors by insert_executor().
Co-authored-by: Victor Stinner <[email protected]>
Thanks for the fix. |
…ython#107256) Co-authored-by: Victor Stinner <[email protected]>
If this fixes the big-endian buildbots it should also fix gh-107083.