-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
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
gh-110383: Explained which error message is generated when there is an unhandled exception #111574
Conversation
gh-110383: Explained which error message is generated when there is an unhandled exception
@hugovk @CAM-Gerlach help review this. |
Which one is this from the list at #110383? |
Explained what happened when there is no handler for an exception i.e unhandled exception. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Thank you! |
Thanks @Unique-Usman for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…e is an unhandled exception (pythonGH-111574) (cherry picked from commit a6d25de) Co-authored-by: Unique-Usman <86585626+Unique-Usman@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…e is an unhandled exception (pythonGH-111574) (cherry picked from commit a6d25de) Co-authored-by: Unique-Usman <86585626+Unique-Usman@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
GH-112264 is a backport of this pull request to the 3.12 branch. |
GH-112265 is a backport of this pull request to the 3.11 branch. |
It makes sense like this, as it has been clearly mentioned that it is an unhandled exception. Thank you @hugovk |
…e is an unhandled exception (python#111574) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…e is an unhandled exception (python#111574) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
The line "with a message as shown above" is ambiguous as an error message has also came after the intended error message. So, I clealy explain which error message is generated and linked the message to where it is being described.
📚 Documentation preview 📚: https://cpython-previews--111574.org.readthedocs.build/