We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab7061 commit 1cfd200Copy full SHA for 1cfd200
compile/compile.go
@@ -343,7 +343,7 @@ func (c *compiler) Stmt(stmt ast.Stmt) {
343
}
344
// FIXME this puts a JUMP_FORWARD in when not
345
// necessary (when no Orelse statements) but it
346
- // matches python3.4
+ // matches python3.4 (this is fixed in py3.5)
347
c.Jump(vm.JUMP_FORWARD, endif)
348
c.Label(orelse)
349
for _, stmt := range node.Orelse {
0 commit comments