Guido van Rossum added the comment:

"I remembered we already run arbitrary code at roughly this point in the eval 
loop, as we have to invoke __iter__ to get the exceptions to check when an 
iterable is used in except clause."

Are you sure?  IIRC the except clause only accept exceptions and tuples of 
exceptions, not iterators.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12029>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to