[issue4613] Can't figure out where SyntaxError: can not delete variable 'x' referenced in nested scope us coming from in python shows no traceback

Amaury Forgeot d'Arc report at bugs.python.org
Wed Dec 10 13:26:36 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I filed issue4617 about the hidden "del e" problem.

Meanwhile, you may try to change some variable names, specially the
exception target (the 'e' in 'except Exception as e')

----------
assignee:  -> amaury.forgeotdarc
priority: critical -> normal

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


More information about the Python-bugs-list mailing list