-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-45757: make dis reset extended_arg when op does not have an arg #29480
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
bpo-45757: make dis reset extended_arg when op does not have an arg #29480
Conversation
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.
Nice fix! One tiny suggestion for the NEWS entry:
Misc/NEWS.d/next/Library/2021-11-08-23-22-14.bpo-45757.MHZHt3.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Brandt Bucher <[email protected]>
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, @iritkatriel, I could not cleanly backport this to |
…ARG before a no-arg opcode (pythonGH-29480) (cherry picked from commit cb414cf) Co-authored-by: Irit Katriel <[email protected]>
GH-29502 is a backport of this pull request to the 3.10 branch. |
…ARG before a no-arg opcode (pythonGH-29480)
…ARG before a no-arg opcode (pythonGH-29480)
…ARG before a no-arg opcode (pythonGH-29480)
…ARG before a no-arg opcode (pythonGH-29480)
…ARG before a no-arg opcode (pythonGH-29480)
https://bugs.python.org/issue45757