mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Annotate the unexplained assignment in exception unbinding (GH-11448)
This commit is contained in:
parent
4fb1502189
commit
ad098b6750
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue