[issue19301] Globals declared in function scope have wrong __qualname__

Alexandre Vassalotti report at bugs.python.org
Sat Oct 19 20:19:58 CEST 2013


Alexandre Vassalotti added the comment:

Supporting nonlocal variables would be nice. However, unless it is easy to implement, I don't think it is worth the effort since these variables can't be accessed outside the enclosing function's scope.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19301>
_______________________________________


More information about the Python-bugs-list mailing list