[issue32361] global / nonlocal interference : is this a bug, a feature or a design hole ?

Stefan Krah report at bugs.python.org
Wed Dec 20 11:09:58 EST 2017


Stefan Krah <stefan at bytereef.org> added the comment:

You can access globals, but not through another nested scope
where the global name is shadowed.

I have to excuse myself from this discussion. It's interesting,
but I don't have enough bandwidth.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32361>
_______________________________________


More information about the Python-bugs-list mailing list