-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
in
multiprocess/py3.9/multiprocess/connection.py
Line 314 in 1411ef0
| finally: |
return statements in a finally block, which would swallow any in-flight exception.
This means that if an exception is raised in the try block, and then re-raised from the except: block, it will not propagate on as expected.
See also https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels