gh-94216: add pseudo instructions to the dis/opcodes modules#94241
gh-94216: add pseudo instructions to the dis/opcodes modules#94241iritkatriel merged 16 commits intopython:mainfrom
Conversation
gvanrossum
left a comment
There was a problem hiding this comment.
Just a few comments, not a full review (Brandt or Mark can do that)
markshannon
left a comment
There was a problem hiding this comment.
This should definitely help future testing.
Regarding "virtual opcode", I think I prefer the term pseudo-instruction, as used by RISC-V.
But that's for a future PR.
|
When you're done making the requested changes, leave the comment: |
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @markshannon: please review the changes made to this pull request. |
|
|
||
| .. opcode:: SETUP_WITH (target) | ||
|
|
||
| Like ``SETUP_FINALLY``, but in case of exception one more item is popped |
There was a problem hiding this comment.
This should be SETUP_CLEANUP.
Or leave it as SETUP_FINALLY and add the part about lasti.
|
When you're done making the requested changes, leave the comment: |
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @markshannon: please review the changes made to this pull request. |
Closes #94241.