Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bedevere-bot commentedJul 25, 2023
🤖 New build scheduled with the buildbot fleet by@gvanrossum for commit92b493d 🤖 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().
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
Thanks for the fix. |
…ython#107256)Co-authored-by: Victor Stinner <vstinner@python.org>
Uh oh!
There was an error while loading.Please reload this page.
If this fixes the big-endian buildbots it should alsofixgh-107083.