We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a break in a finally clause in:
aiohttp/aiohttp/web_protocol.py
Line 647 in e7d1d6a
This can swallow any in-flight exception (like a BaseException from the try block or any exception from the except blocks).
BaseException
try
except blocks
See also https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions.
N/A
NA
Source code, main branch.
All
Server
No response
The text was updated successfully, but these errors were encountered:
#7956
Feel free to fix it.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
There is a break in a finally clause in:
aiohttp/aiohttp/web_protocol.py
Line 647 in e7d1d6a
This can swallow any in-flight exception (like a
BaseException
from thetry
block or any exception from theexcept blocks
).See also https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions.
To Reproduce
N/A
Expected behavior
NA
Logs/tracebacks
Python Version
Source code, main branch.
aiohttp Version
NA
multidict Version
NA
propcache Version
NA
yarl Version
NA
OS
All
Related component
Server
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: