FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-102832: IDLE - update stackviewer open by terryjreedy · Pull Request #105528 · python/cpython · GitHub

/ cpython Public

gh-102832: IDLE - update stackviewer open - #105528

Merged
terryjreedy merged 1 commit into
python:mainfrom
terryjreedy:valexc
Jun 8, 2023
Merged

gh-102832: IDLE - update stackviewer open#105528
terryjreedy merged 1 commit into
python:mainfrom
terryjreedy:valexc

Conversation

terryjreedy commented Jun 8, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Use 'last_exc' instead of 'last_value' in 3.12/3.

Use 'last_exc' instead of 'last_value' in 3.12/3.
terryjreedy added skip news stdlib Standard Library Python modules in the Lib/ directory needs backport to 3.12 only security fixes labels Jun 8, 2023
terryjreedy self-assigned this Jun 8, 2023

terryjreedy commented Jun 8, 2023
edited
Loading

Copy link
Copy Markdown
Member Author

@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.

iritkatriel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Awesome!

Copy link
Copy Markdown
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 8, 2023
Use 'last_exc' instead of 'last_value' in 3.12/3.
(cherry picked from commit bb3454c)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

Copy link
Copy Markdown

GH-105534 is a backport of this pull request to the 3.12 branch.

bedevere-bot removed the needs backport to 3.12 only security fixes label Jun 8, 2023
terryjreedy deleted the valexc branch June 8, 2023 22:01
terryjreedy added a commit that referenced this pull request Jun 8, 2023
gh-102832: IDLE - update stackviewer open (GH-105528)

Use 'last_exc' instead of 'last_value' in 3.12/3.
(cherry picked from commit bb3454c)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news stdlib Standard Library Python modules in the Lib/ directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL