mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-128533: Add NOT_TAKEN
instruction after bytecode optimization. (GH-128554)
This commit is contained in:
parent
b6c919b674
commit
2434fd2d50
4 changed files with 127 additions and 139 deletions
|
@ -29,7 +29,6 @@ class IsolatedCodeGenTests(CodegenTestCase):
|
|||
('LOAD_CONST', 0, 1),
|
||||
('TO_BOOL', 0, 1),
|
||||
('POP_JUMP_IF_FALSE', false_lbl := self.Label(), 1),
|
||||
('NOT_TAKEN', None, 1),
|
||||
('LOAD_SMALL_INT', 42, 1),
|
||||
('JUMP_NO_INTERRUPT', exit_lbl := self.Label()),
|
||||
false_lbl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue