The `global` statement is only needed to assign to global variables, not read or mutate them. So calling `global.mutate()` is fine, but not `var = foo`, which would otherwise shadow `var`.pull/10842/head
parent
1917b9253e
commit
3ef332e89a
4 changed files with 0 additions and 4 deletions
Loading…
Reference in new issue