gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF and LOAD_CLOSURE opcodes - #154778
gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF and LOAD_CLOSURE opcodes#154778coroma01 wants to merge 1 commit into
Conversation
…and LOAD_CLOSURE opcodes
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
I don't think this change requires a news entry. |
|
Can you please summarise why/how this is different from the previous PR for this issue: https://github.com/python/cpython/pull/151386/changes |
#151386 erroneously marks This PR only changes the flags for |
|
Great, thanks Mark. I've closed the other one in favour of this one. |
This fix will need backporting to versions:
3.15, 3.14, 3.13, 3.12, Main