bpo-47120: make POP_JUMP_IF_NONE/NOT_NONE relative#32359
bpo-47120: make POP_JUMP_IF_NONE/NOT_NONE relative#32359iritkatriel wants to merge 6 commits intopython:mainfrom
Conversation
|
The case of POP_JUMP_IF_TRUE/IF_FALSE is more complicated because of the COMPARE_OP specialisations. I suggest we do it separately (my current patch doesn't work unless I turn off specialization, debugging). |
Misc/NEWS.d/next/Core and Builtins/2022-04-06-22-50-31.bpo-47120.mbfHs5.rst
Outdated
Show resolved
Hide resolved
|
The |
|
Which means the forwards jumps can be made simpler |
I fixed it now, it was the usual +-1 business. I'll make a separate PR for that, it will be easier to review that way. We can merge magic number later. |
|
This will be merged as part of #32400 |
https://bugs.python.org/issue47120