-
-
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-102832: IDLE - update stackviewer open #105528
Conversation
Use 'last_exc' instead of 'last_value' in 3.12/3.
@iritkatriel This should finish the issue. The only occurrences of the other last_xyz vars are in idlelib.run where they are set in the user globals for back-compatibility. |
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.
Awesome!
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Use 'last_exc' instead of 'last_value' in 3.12/3. (cherry picked from commit bb3454c) Co-authored-by: Terry Jan Reedy <[email protected]>
GH-105534 is a backport of this pull request to the 3.12 branch. |
Use 'last_exc' instead of 'last_value' in 3.12/3.