@@ -143,10 +143,10 @@ def bug708901():
143
143
144
144
%3d CALL 2
145
145
GET_ITER
146
- >> FOR_ITER 4 (to 54 )
146
+ >> FOR_ITER 4 (to 56 )
147
147
STORE_FAST 0 (res)
148
148
149
- %3d JUMP_BACKWARD 7 (to 40 )
149
+ %3d JUMP_BACKWARD 7 (to 42 )
150
150
151
151
%3d >> END_FOR
152
152
LOAD_CONST 0 (None)
@@ -231,7 +231,7 @@ def bug42562():
231
231
EXTENDED_ARG 255
232
232
EXTENDED_ARG 65535
233
233
>> EXTENDED_ARG 16777215
234
- JUMP_FORWARD -4 (to 6 )
234
+ JUMP_FORWARD -4 (to 8 )
235
235
"""
236
236
237
237
_BIG_LINENO_FORMAT = """\
@@ -348,7 +348,7 @@ def bug42562():
348
348
BINARY_OP 13 (+=)
349
349
STORE_NAME 0 (x)
350
350
351
- 2 JUMP_BACKWARD 11 (to 14 )
351
+ 2 JUMP_BACKWARD 11 (to 16 )
352
352
"""
353
353
354
354
dis_traceback = """\
@@ -367,7 +367,7 @@ def bug42562():
367
367
368
368
%3d LOAD_GLOBAL 0 (Exception)
369
369
CHECK_EXC_MATCH
370
- POP_JUMP_IF_FALSE 37 (to 132 )
370
+ POP_JUMP_IF_FALSE 37 (to 134 )
371
371
STORE_FAST 0 (e)
372
372
373
373
%3d LOAD_FAST 0 (e)
@@ -451,7 +451,7 @@ def _with(c):
451
451
452
452
%3d >> PUSH_EXC_INFO
453
453
WITH_EXCEPT_START
454
- POP_JUMP_IF_TRUE 2 (to 82 )
454
+ POP_JUMP_IF_TRUE 2 (to 84 )
455
455
RERAISE 2
456
456
>> POP_TOP
457
457
POP_EXCEPT
@@ -490,10 +490,10 @@ async def _asyncwith(c):
490
490
BEFORE_ASYNC_WITH
491
491
GET_AWAITABLE 1
492
492
LOAD_CONST 0 (None)
493
- >> SEND 6 (to 42 )
493
+ >> SEND 6 (to 44 )
494
494
YIELD_VALUE 3
495
495
RESUME 3
496
- JUMP_BACKWARD_NO_INTERRUPT 8 (to 26 )
496
+ JUMP_BACKWARD_NO_INTERRUPT 8 (to 28 )
497
497
>> POP_TOP
498
498
499
499
%3d LOAD_CONST 1 (1)
@@ -505,10 +505,10 @@ async def _asyncwith(c):
505
505
CALL 2
506
506
GET_AWAITABLE 2
507
507
LOAD_CONST 0 (None)
508
- >> SEND 6 (to 102 )
508
+ >> SEND 6 (to 104 )
509
509
YIELD_VALUE 2
510
510
RESUME 3
511
- JUMP_BACKWARD_NO_INTERRUPT 8 (to 86 )
511
+ JUMP_BACKWARD_NO_INTERRUPT 8 (to 88 )
512
512
>> POP_TOP
513
513
514
514
%3d LOAD_CONST 2 (2)
@@ -517,19 +517,19 @@ async def _asyncwith(c):
517
517
RETURN_VALUE
518
518
519
519
%3d >> CLEANUP_THROW
520
- JUMP_BACKWARD 44 (to 42 )
520
+ JUMP_BACKWARD 44 (to 44 )
521
521
>> CLEANUP_THROW
522
- JUMP_BACKWARD 18 (to 102 )
522
+ JUMP_BACKWARD 18 (to 104 )
523
523
>> PUSH_EXC_INFO
524
524
WITH_EXCEPT_START
525
525
GET_AWAITABLE 2
526
526
LOAD_CONST 0 (None)
527
- >> SEND 8 (to 174 )
527
+ >> SEND 8 (to 176 )
528
528
YIELD_VALUE 6
529
529
RESUME 3
530
- JUMP_BACKWARD_NO_INTERRUPT 8 (to 154 )
530
+ JUMP_BACKWARD_NO_INTERRUPT 8 (to 156 )
531
531
>> CLEANUP_THROW
532
- >> POP_JUMP_IF_TRUE 2 (to 182 )
532
+ >> POP_JUMP_IF_TRUE 2 (to 184 )
533
533
RERAISE 2
534
534
>> POP_TOP
535
535
POP_EXCEPT
@@ -695,13 +695,13 @@ def foo(x):
695
695
%3d RESUME 0
696
696
BUILD_LIST 0
697
697
LOAD_FAST 0 (.0)
698
- >> FOR_ITER 13 (to 46 )
698
+ >> FOR_ITER 13 (to 48 )
699
699
STORE_FAST 1 (z)
700
700
LOAD_DEREF 2 (x)
701
701
LOAD_FAST 1 (z)
702
702
BINARY_OP 0 (+)
703
703
LIST_APPEND 2
704
- JUMP_BACKWARD 16 (to 14 )
704
+ JUMP_BACKWARD 16 (to 16 )
705
705
>> END_FOR
706
706
RETURN_VALUE
707
707
""" % (dis_nested_1 ,
@@ -743,14 +743,14 @@ def loop_test():
743
743
LOAD_CONST 2 (3)
744
744
BINARY_OP 5 (*)
745
745
GET_ITER
746
- >> FOR_ITER_LIST 21 (to 76 )
746
+ >> FOR_ITER_LIST 21 (to 78 )
747
747
STORE_FAST 0 (i)
748
748
749
749
%3d LOAD_GLOBAL_MODULE 1 (NULL + load_test)
750
750
LOAD_FAST 0 (i)
751
751
CALL_PY_WITH_DEFAULTS 1
752
752
POP_TOP
753
- JUMP_BACKWARD 24 (to 28 )
753
+ JUMP_BACKWARD 24 (to 30 )
754
754
755
755
%3d >> END_FOR
756
756
LOAD_CONST 0 (None)
@@ -1554,7 +1554,7 @@ def _prepare_test_cases():
1554
1554
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 1 , argval = 10 , argrepr = '10' , offset = 18 , starts_line = None , is_jump_target = False , positions = None ),
1555
1555
Instruction (opname = 'CALL' , opcode = 171 , arg = 1 , argval = 1 , argrepr = '' , offset = 22 , starts_line = None , is_jump_target = False , positions = None ),
1556
1556
Instruction (opname = 'GET_ITER' , opcode = 68 , arg = None , argval = None , argrepr = '' , offset = 34 , starts_line = None , is_jump_target = False , positions = None ),
1557
- Instruction (opname = 'FOR_ITER' , opcode = 93 , arg = 47 , argval = 136 , argrepr = 'to 136 ' , offset = 38 , starts_line = None , is_jump_target = True , positions = None ),
1557
+ Instruction (opname = 'FOR_ITER' , opcode = 93 , arg = 47 , argval = 138 , argrepr = 'to 138 ' , offset = 38 , starts_line = None , is_jump_target = True , positions = None ),
1558
1558
Instruction (opname = 'STORE_FAST' , opcode = 125 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 44 , starts_line = None , is_jump_target = False , positions = None ),
1559
1559
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 3 , argval = 'print' , argrepr = 'NULL + print' , offset = 48 , starts_line = 4 , is_jump_target = False , positions = None ),
1560
1560
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 62 , starts_line = None , is_jump_target = False , positions = None ),
@@ -1563,22 +1563,22 @@ def _prepare_test_cases():
1563
1563
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 82 , starts_line = 5 , is_jump_target = False , positions = None ),
1564
1564
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 2 , argval = 4 , argrepr = '4' , offset = 86 , starts_line = None , is_jump_target = False , positions = None ),
1565
1565
Instruction (opname = 'COMPARE_OP' , opcode = 107 , arg = 0 , argval = '<' , argrepr = '<' , offset = 90 , starts_line = None , is_jump_target = False , positions = None ),
1566
- Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 104 , argrepr = 'to 104 ' , offset = 98 , starts_line = None , is_jump_target = False , positions = None ),
1567
- Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 34 , argval = 36 , argrepr = 'to 36 ' , offset = 102 , starts_line = 6 , is_jump_target = False , positions = None ),
1566
+ Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 106 , argrepr = 'to 106 ' , offset = 98 , starts_line = None , is_jump_target = False , positions = None ),
1567
+ Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 34 , argval = 38 , argrepr = 'to 38 ' , offset = 102 , starts_line = 6 , is_jump_target = False , positions = None ),
1568
1568
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 106 , starts_line = 7 , is_jump_target = True , positions = None ),
1569
1569
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 3 , argval = 6 , argrepr = '6' , offset = 110 , starts_line = None , is_jump_target = False , positions = None ),
1570
1570
Instruction (opname = 'COMPARE_OP' , opcode = 107 , arg = 4 , argval = '>' , argrepr = '>' , offset = 114 , starts_line = None , is_jump_target = False , positions = None ),
1571
- Instruction (opname = 'POP_JUMP_IF_TRUE' , opcode = 115 , arg = 2 , argval = 128 , argrepr = 'to 128 ' , offset = 122 , starts_line = None , is_jump_target = False , positions = None ),
1572
- Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 46 , argval = 36 , argrepr = 'to 36 ' , offset = 126 , starts_line = None , is_jump_target = False , positions = None ),
1571
+ Instruction (opname = 'POP_JUMP_IF_TRUE' , opcode = 115 , arg = 2 , argval = 130 , argrepr = 'to 130 ' , offset = 122 , starts_line = None , is_jump_target = False , positions = None ),
1572
+ Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 46 , argval = 38 , argrepr = 'to 38 ' , offset = 126 , starts_line = None , is_jump_target = False , positions = None ),
1573
1573
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 130 , starts_line = 8 , is_jump_target = True , positions = None ),
1574
- Instruction (opname = 'JUMP_FORWARD' , opcode = 110 , arg = 19 , argval = 174 , argrepr = 'to 174 ' , offset = 134 , starts_line = None , is_jump_target = False , positions = None ),
1574
+ Instruction (opname = 'JUMP_FORWARD' , opcode = 110 , arg = 19 , argval = 176 , argrepr = 'to 176 ' , offset = 134 , starts_line = None , is_jump_target = False , positions = None ),
1575
1575
Instruction (opname = 'END_FOR' , opcode = 4 , arg = None , argval = None , argrepr = '' , offset = 138 , starts_line = 3 , is_jump_target = True , positions = None ),
1576
1576
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 3 , argval = 'print' , argrepr = 'NULL + print' , offset = 142 , starts_line = 10 , is_jump_target = False , positions = None ),
1577
1577
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 4 , argval = 'I can haz else clause?' , argrepr = "'I can haz else clause?'" , offset = 156 , starts_line = None , is_jump_target = False , positions = None ),
1578
1578
Instruction (opname = 'CALL' , opcode = 171 , arg = 1 , argval = 1 , argrepr = '' , offset = 160 , starts_line = None , is_jump_target = False , positions = None ),
1579
1579
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 172 , starts_line = None , is_jump_target = False , positions = None ),
1580
1580
Instruction (opname = 'LOAD_FAST_CHECK' , opcode = 127 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 176 , starts_line = 11 , is_jump_target = True , positions = None ),
1581
- Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 56 , argval = 294 , argrepr = 'to 294 ' , offset = 180 , starts_line = None , is_jump_target = False , positions = None ),
1581
+ Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 56 , argval = 296 , argrepr = 'to 296 ' , offset = 180 , starts_line = None , is_jump_target = False , positions = None ),
1582
1582
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 3 , argval = 'print' , argrepr = 'NULL + print' , offset = 184 , starts_line = 12 , is_jump_target = True , positions = None ),
1583
1583
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 198 , starts_line = None , is_jump_target = False , positions = None ),
1584
1584
Instruction (opname = 'CALL' , opcode = 171 , arg = 1 , argval = 1 , argrepr = '' , offset = 202 , starts_line = None , is_jump_target = False , positions = None ),
@@ -1590,16 +1590,16 @@ def _prepare_test_cases():
1590
1590
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 236 , starts_line = 14 , is_jump_target = False , positions = None ),
1591
1591
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 3 , argval = 6 , argrepr = '6' , offset = 240 , starts_line = None , is_jump_target = False , positions = None ),
1592
1592
Instruction (opname = 'COMPARE_OP' , opcode = 107 , arg = 4 , argval = '>' , argrepr = '>' , offset = 244 , starts_line = None , is_jump_target = False , positions = None ),
1593
- Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 258 , argrepr = 'to 258 ' , offset = 252 , starts_line = None , is_jump_target = False , positions = None ),
1594
- Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 42 , argval = 174 , argrepr = 'to 174 ' , offset = 256 , starts_line = 15 , is_jump_target = False , positions = None ),
1593
+ Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 260 , argrepr = 'to 260 ' , offset = 252 , starts_line = None , is_jump_target = False , positions = None ),
1594
+ Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 42 , argval = 176 , argrepr = 'to 176 ' , offset = 256 , starts_line = 15 , is_jump_target = False , positions = None ),
1595
1595
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 260 , starts_line = 16 , is_jump_target = True , positions = None ),
1596
1596
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 2 , argval = 4 , argrepr = '4' , offset = 264 , starts_line = None , is_jump_target = False , positions = None ),
1597
1597
Instruction (opname = 'COMPARE_OP' , opcode = 107 , arg = 0 , argval = '<' , argrepr = '<' , offset = 268 , starts_line = None , is_jump_target = False , positions = None ),
1598
- Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 282 , argrepr = 'to 282 ' , offset = 276 , starts_line = None , is_jump_target = False , positions = None ),
1599
- Instruction (opname = 'JUMP_FORWARD' , opcode = 110 , arg = 23 , argval = 328 , argrepr = 'to 328 ' , offset = 280 , starts_line = 17 , is_jump_target = False , positions = None ),
1598
+ Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 284 , argrepr = 'to 284 ' , offset = 276 , starts_line = None , is_jump_target = False , positions = None ),
1599
+ Instruction (opname = 'JUMP_FORWARD' , opcode = 110 , arg = 23 , argval = 330 , argrepr = 'to 330 ' , offset = 280 , starts_line = 17 , is_jump_target = False , positions = None ),
1600
1600
Instruction (opname = 'LOAD_FAST' , opcode = 124 , arg = 0 , argval = 'i' , argrepr = 'i' , offset = 284 , starts_line = 11 , is_jump_target = True , positions = None ),
1601
- Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 294 , argrepr = 'to 294 ' , offset = 288 , starts_line = None , is_jump_target = False , positions = None ),
1602
- Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 56 , argval = 182 , argrepr = 'to 182 ' , offset = 292 , starts_line = None , is_jump_target = False , positions = None ),
1601
+ Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 2 , argval = 296 , argrepr = 'to 296 ' , offset = 288 , starts_line = None , is_jump_target = False , positions = None ),
1602
+ Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 56 , argval = 184 , argrepr = 'to 184 ' , offset = 292 , starts_line = None , is_jump_target = False , positions = None ),
1603
1603
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 3 , argval = 'print' , argrepr = 'NULL + print' , offset = 296 , starts_line = 19 , is_jump_target = True , positions = None ),
1604
1604
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 6 , argval = 'Who let lolcatz into this test suite?' , argrepr = "'Who let lolcatz into this test suite?'" , offset = 310 , starts_line = None , is_jump_target = False , positions = None ),
1605
1605
Instruction (opname = 'CALL' , opcode = 171 , arg = 1 , argval = 1 , argrepr = '' , offset = 314 , starts_line = None , is_jump_target = False , positions = None ),
@@ -1629,27 +1629,27 @@ def _prepare_test_cases():
1629
1629
Instruction (opname = 'RETURN_VALUE' , opcode = 83 , arg = None , argval = None , argrepr = '' , offset = 464 , starts_line = None , is_jump_target = False , positions = None ),
1630
1630
Instruction (opname = 'PUSH_EXC_INFO' , opcode = 35 , arg = None , argval = None , argrepr = '' , offset = 468 , starts_line = 25 , is_jump_target = False , positions = None ),
1631
1631
Instruction (opname = 'WITH_EXCEPT_START' , opcode = 49 , arg = None , argval = None , argrepr = '' , offset = 472 , starts_line = None , is_jump_target = False , positions = None ),
1632
- Instruction (opname = 'POP_JUMP_IF_TRUE' , opcode = 115 , arg = 2 , argval = 482 , argrepr = 'to 482 ' , offset = 476 , starts_line = None , is_jump_target = False , positions = None ),
1632
+ Instruction (opname = 'POP_JUMP_IF_TRUE' , opcode = 115 , arg = 2 , argval = 484 , argrepr = 'to 484 ' , offset = 476 , starts_line = None , is_jump_target = False , positions = None ),
1633
1633
Instruction (opname = 'RERAISE' , opcode = 119 , arg = 2 , argval = 2 , argrepr = '' , offset = 480 , starts_line = None , is_jump_target = False , positions = None ),
1634
1634
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 484 , starts_line = None , is_jump_target = True , positions = None ),
1635
1635
Instruction (opname = 'POP_EXCEPT' , opcode = 89 , arg = None , argval = None , argrepr = '' , offset = 488 , starts_line = None , is_jump_target = False , positions = None ),
1636
1636
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 492 , starts_line = None , is_jump_target = False , positions = None ),
1637
1637
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 496 , starts_line = None , is_jump_target = False , positions = None ),
1638
- Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 39 , argval = 424 , argrepr = 'to 424 ' , offset = 500 , starts_line = None , is_jump_target = False , positions = None ),
1638
+ Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 39 , argval = 426 , argrepr = 'to 426 ' , offset = 500 , starts_line = None , is_jump_target = False , positions = None ),
1639
1639
Instruction (opname = 'COPY' , opcode = 120 , arg = 3 , argval = 3 , argrepr = '' , offset = 504 , starts_line = None , is_jump_target = False , positions = None ),
1640
1640
Instruction (opname = 'POP_EXCEPT' , opcode = 89 , arg = None , argval = None , argrepr = '' , offset = 508 , starts_line = None , is_jump_target = False , positions = None ),
1641
1641
Instruction (opname = 'RERAISE' , opcode = 119 , arg = 1 , argval = 1 , argrepr = '' , offset = 512 , starts_line = None , is_jump_target = False , positions = None ),
1642
1642
Instruction (opname = 'PUSH_EXC_INFO' , opcode = 35 , arg = None , argval = None , argrepr = '' , offset = 516 , starts_line = None , is_jump_target = False , positions = None ),
1643
1643
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 4 , argval = 'ZeroDivisionError' , argrepr = 'ZeroDivisionError' , offset = 520 , starts_line = 22 , is_jump_target = False , positions = None ),
1644
1644
Instruction (opname = 'CHECK_EXC_MATCH' , opcode = 36 , arg = None , argval = None , argrepr = '' , offset = 534 , starts_line = None , is_jump_target = False , positions = None ),
1645
- Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 23 , argval = 586 , argrepr = 'to 586 ' , offset = 538 , starts_line = None , is_jump_target = False , positions = None ),
1645
+ Instruction (opname = 'POP_JUMP_IF_FALSE' , opcode = 114 , arg = 23 , argval = 588 , argrepr = 'to 588 ' , offset = 538 , starts_line = None , is_jump_target = False , positions = None ),
1646
1646
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 542 , starts_line = None , is_jump_target = False , positions = None ),
1647
1647
Instruction (opname = 'LOAD_GLOBAL' , opcode = 116 , arg = 3 , argval = 'print' , argrepr = 'NULL + print' , offset = 546 , starts_line = 23 , is_jump_target = False , positions = None ),
1648
1648
Instruction (opname = 'LOAD_CONST' , opcode = 100 , arg = 9 , argval = 'Here we go, here we go, here we go...' , argrepr = "'Here we go, here we go, here we go...'" , offset = 560 , starts_line = None , is_jump_target = False , positions = None ),
1649
1649
Instruction (opname = 'CALL' , opcode = 171 , arg = 1 , argval = 1 , argrepr = '' , offset = 564 , starts_line = None , is_jump_target = False , positions = None ),
1650
1650
Instruction (opname = 'POP_TOP' , opcode = 1 , arg = None , argval = None , argrepr = '' , offset = 576 , starts_line = None , is_jump_target = False , positions = None ),
1651
1651
Instruction (opname = 'POP_EXCEPT' , opcode = 89 , arg = None , argval = None , argrepr = '' , offset = 580 , starts_line = None , is_jump_target = False , positions = None ),
1652
- Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 81 , argval = 424 , argrepr = 'to 424 ' , offset = 584 , starts_line = None , is_jump_target = False , positions = None ),
1652
+ Instruction (opname = 'JUMP_BACKWARD' , opcode = 140 , arg = 81 , argval = 426 , argrepr = 'to 426 ' , offset = 584 , starts_line = None , is_jump_target = False , positions = None ),
1653
1653
Instruction (opname = 'RERAISE' , opcode = 119 , arg = 0 , argval = 0 , argrepr = '' , offset = 588 , starts_line = 22 , is_jump_target = True , positions = None ),
1654
1654
Instruction (opname = 'COPY' , opcode = 120 , arg = 3 , argval = 3 , argrepr = '' , offset = 592 , starts_line = None , is_jump_target = False , positions = None ),
1655
1655
Instruction (opname = 'POP_EXCEPT' , opcode = 89 , arg = None , argval = None , argrepr = '' , offset = 596 , starts_line = None , is_jump_target = False , positions = None ),
0 commit comments