[issue2507] Exception state lives too long in 3.0

Antoine Pitrou report at bugs.python.org
Tue May 13 21:06:17 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

This bug should be reopened, the patch does not fix it when the except
clause does not assign the exception to a local variable (that is,
"except KeyError" rather than "except KeyError as e").
Another can of worms also appeared in #2833...

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2507>
__________________________________


More information about the Python-bugs-list mailing list