mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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:
|
try:
|
||||||
# body
|
# body
|
||||||
finally:
|
finally:
|
||||||
name = None
|
name = None # in case body contains "del name"
|
||||||
del name
|
del name
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue