mirror of
https://github.com/python/cpython.git
synced 2025-10-13 10:23:28 +00:00
GH-111485: Increment next_instr
consistently at the start of the instruction. (GH-111486)
This commit is contained in:
parent
e3353c498d
commit
d27acd4461
11 changed files with 1079 additions and 521 deletions
|
@ -432,7 +432,6 @@ class Analyzer:
|
|||
"LOAD_FAST_LOAD_FAST",
|
||||
"LOAD_CONST_LOAD_FAST",
|
||||
"STORE_FAST_STORE_FAST",
|
||||
"_BINARY_OP_INPLACE_ADD_UNICODE",
|
||||
"POP_JUMP_IF_TRUE",
|
||||
"POP_JUMP_IF_FALSE",
|
||||
"_ITER_JUMP_LIST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue