Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-110383: Explained which error message is generated when there is an unhandled exception#111574
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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? |
Uh oh!
There was an error while loading.Please reload this page.
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 commita6d25de)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 commita6d25de)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 the3.12 branch. |
GH-112265 is a backport of this pull request to the3.11 branch. |
It makes sense like this, as it has been clearly mentioned that it is anunhandled 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>
Uh oh!
There was an error while loading.Please reload this page.
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/