Annotate the unexplained assignment in exception unbinding (GH-11448)
This commit is contained in:
parent
4fb1502189
commit
ad098b6750
|
@ -2931,7 +2931,7 @@ compiler_try_except(struct compiler *c, stmt_ty s)
|
|||
try:
|
||||
# body
|
||||
finally:
|
||||
name = None
|
||||
name = None # in case body contains "del name"
|
||||
del name
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue