You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Linging bug from HEAD~ changes
This commit is contained in:
21
pytest/testdata/ifelse-2.7.right
vendored
21
pytest/testdata/ifelse-2.7.right
vendored
@@ -1,12 +1,15 @@
|
|||||||
# Python 2.7
|
# Python 2.7
|
||||||
# Embedded file name: simple_source/branching/05_if.py
|
# Embedded file name: simple_source/branching/05_ifelse.py
|
||||||
|
|
||||||
6 0 LOAD_NAME 0 'True'
|
L. 3 0 LOAD_NAME 0 'True'
|
||||||
3 POP_JUMP_IF_FALSE 15 'to 15'
|
3 POP_JUMP_IF_FALSE 15 'to 15'
|
||||||
|
|
||||||
7 6 LOAD_NAME 1 'False'
|
L. 4 6 LOAD_CONST 1
|
||||||
9 STORE_NAME 2 'b'
|
9 STORE_NAME 1 'b'
|
||||||
12 JUMP_FORWARD 0 'to 15'
|
12 JUMP_FORWARD 6 'to 21'
|
||||||
15_0 COME_FROM 12 '12'
|
|
||||||
15 LOAD_CONST None
|
L. 6 15 LOAD_CONST 2
|
||||||
18 RETURN_VALUE
|
18 STORE_NAME 2 'd'
|
||||||
|
21_0 COME_FROM 12 '12'
|
||||||
|
21 LOAD_CONST None
|
||||||
|
24 RETURN_VALUE
|
||||||
|
Reference in New Issue
Block a user