#4983: new py2.5 check: test "yield" in "try" body with yield in exception handlers. [open]
#4983 - latest update on 2008/10/01, created on 2008/05/13 by Sylvain Thenault
| priority | normal |
| type | story |
| load | 0.000 |
| load left | 0.000 |
not planned In general, it seems to be unsafe to have a "yield" in a "try" body and in a
following "except:" or "except Exception:" clause, unless GeneratorExit is
explicitly dealt with in an earlier "except" clause. Maybe this could
become a new pylint rule? | | |