Commit 72332c9
authored
Merge pull request RustPython#4226 from jopemachine/fix-class-static
Fix lambda expression's unexpected `UnboundLocalError`File tree
2 files changed
+7
-3
lines changed- compiler/codegen/src
- extra_tests/snippets
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2118 | 2118 | | |
2119 | 2119 | | |
2120 | 2120 | | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
2121 | 2125 | | |
2122 | 2126 | | |
2123 | 2127 | | |
2124 | 2128 | | |
2125 | 2129 | | |
2126 | 2130 | | |
2127 | | - | |
2128 | | - | |
2129 | | - | |
2130 | 2131 | | |
2131 | 2132 | | |
2132 | 2133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments