mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
GH-112354: _GUARD_IS_TRUE_POP side-exits to target the next instruction, not themselves. (GH-114078)
This commit is contained in:
parent
2010d45327
commit
ac10947ba7
8 changed files with 40 additions and 26 deletions
|
|
@ -464,7 +464,7 @@ def compute_properties(op: parser.InstDef) -> Properties:
|
|||
ends_with_eval_breaker=eval_breaker_at_end(op),
|
||||
needs_this=variable_used(op, "this_instr"),
|
||||
always_exits=always_exits(op),
|
||||
stores_sp=variable_used(op, "STORE_SP"),
|
||||
stores_sp=variable_used(op, "SYNC_SP"),
|
||||
tier_one_only=variable_used(op, "TIER_ONE_ONLY"),
|
||||
uses_co_consts=variable_used(op, "FRAME_CO_CONSTS"),
|
||||
uses_co_names=variable_used(op, "FRAME_CO_NAMES"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue