Descriptioncmd/gc: fix parallel assignment in range
for expr1, expr2 = range slice
was assigning to expr1 and expr2 in sequence
instead of in parallel. Now it assigns in parallel,
as it should. This matters for things like
for i, x[i] = range slice.
Fixes issue 3464.
Patch Set 1 #Patch Set 2 : diff -r 98488e2e38ee https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 98488e2e38ee https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|