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 f16085f commit 18dbff2Copy full SHA for 18dbff2
mypyc/irbuild/statement.py
@@ -756,7 +756,7 @@ def transform_try_finally_stmt_async(
756
# Exception case - need to catch to clear the error indicator
757
builder.activate_block(err_handler)
758
# Catch the error to clear Python's error indicator
759
- old_exc = builder.call_c(error_catch_op, [], line)
+ builder.call_c(error_catch_op, [], line)
760
# We're not going to use old_exc since it won't survive await
761
# The exception is now in sys.exc_info()
762
builder.goto(finally_entry)
0 commit comments