We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NOT_TAKEN
1 parent b6c919b commit 2434fd2Copy full SHA for 2434fd2
4 files changed
Lib/test/test_compiler_codegen.py
@@ -29,7 +29,6 @@ def test_if_expression(self):
29
('LOAD_CONST', 0, 1),
30
('TO_BOOL', 0, 1),
31
('POP_JUMP_IF_FALSE', false_lbl := self.Label(), 1),
32
- ('NOT_TAKEN', None, 1),
33
('LOAD_SMALL_INT', 42, 1),
34
('JUMP_NO_INTERRUPT', exit_lbl := self.Label()),
35
false_lbl,
0 commit comments