-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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-102778: update documentation of PyErr_PrintEx and traceback.print_last() regarding sys.last_exc #105190
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.
When you're done making the requested changes, leave the comment: |
Co-authored-by: Terry Jan Reedy <[email protected]>
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
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 commit 0dafc78) Co-authored-by: Irit Katriel <[email protected]>
GH-105246 is a backport of this pull request to the 3.12 branch. |
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/