Commit c0252d7
py/parse: Fix missing nlr_pop call in complex path of binary_op_maybe.
Reproducer (needs to be run as one compilation unit):
ans = (-1) ** 2.3
aa
Fixes issue micropython#17815.
Signed-off-by: Jeff Epler <[email protected]>1 parent 658a2e3 commit c0252d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| 674 | + | |
674 | 675 | | |
675 | 676 | | |
676 | 677 | | |
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
680 | | - | |
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| |||
0 commit comments