We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d5feb commit 12b533bCopy full SHA for 12b533b
mypyc/irbuild/statement.py
@@ -750,7 +750,7 @@ def transform_try_finally_stmt_async(
750
# Exception case - need to catch to clear the error indicator
751
builder.activate_block(err_handler)
752
# Catch the error to clear Python's error indicator
753
- old_exc = builder.call_c(error_catch_op, [], line)
+ builder.call_c(error_catch_op, [], line)
754
# We're not going to use old_exc since it won't survive await
755
# The exception is now in sys.exc_info()
756
builder.goto(finally_entry)
0 commit comments