gh-130574: renumber RESUME opcode from 149 to 128#130685
gh-130574: renumber RESUME opcode from 149 to 128#130685markshannon merged 8 commits intopython:mainfrom
Conversation
|
Thanks for doing this.
The missing piece is in min_internal = instmap["RESUME"] + 1With that, all the instructions will be renumbered. You might want to wait until #130643 is merged to reduce the amount of work needed to update |
Will do. |
|
You'll need to run |
I just did EDIT: Ok, misunderstood you, you meant after |
|
#130643 is now merged |
|
Looks good. Thanks for doing this. |
|
For sure I missed something.