Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() regarding sys.last_exc#105190
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Approved with change.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedJun 1, 2023
When you're done making the requested changes, leave the comment: |
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
bedevere-bot commentedJun 2, 2023
Thanks for making the requested changes! @terryjreedy: please review the changes made to this pull request. |
Thanks@iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…print_last() regarding sys.last_exc (pythonGH-105190)(cherry picked from commit0dafc78)Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
bedevere-bot commentedJun 2, 2023
GH-105246 is a backport of this pull request to the3.12 branch. |
Uh oh!
There was an error while loading.Please reload this page.
PyErr_PrintEx now populates also sys.last_exc, and the old variables are still populated by deprecated.
📚 Documentation preview 📚:https://cpython-previews--105190.org.readthedocs.build/