◐ Shell
reader mode source ↗
Skip to content

bpo-35379: When exiting IDLE, catch any AttributeError#16212

Merged
terryjreedy merged 1 commit into
python:masterfrom
terryjreedy:close_ok
Sep 17, 2019
Merged

bpo-35379: When exiting IDLE, catch any AttributeError#16212
terryjreedy merged 1 commit into
python:masterfrom
terryjreedy:close_ok

Conversation

@terryjreedy

@terryjreedy terryjreedy commented Sep 17, 2019

Copy link
Copy Markdown
Member

One happens when EditorWindow.close is called twice.
Printing a traceback, when IDLE is run from a terminal,
is useless and annoying.

https://bugs.python.org/issue35379

One happens when EditorWindow.close is called twice.
Printing a traceback, when IDLE is run from a terminal,
is useless and annoying.
@terryjreedy terryjreedy added type-bug An unexpected behavior, bug, or error needs backport to 3.7 labels Sep 17, 2019
@terryjreedy terryjreedy self-assigned this Sep 17, 2019
@terryjreedy terryjreedy merged commit dfd34a9 into python:master Sep 17, 2019
@terryjreedy terryjreedy deleted the close_ok branch September 17, 2019 06:05
@miss-islington

Copy link
Copy Markdown
Contributor

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

@bedevere-bot

Copy link
Copy Markdown

GH-16213 is a backport of this pull request to the 3.8 branch.

@bedevere-bot bedevere-bot removed the label Sep 17, 2019
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 17, 2019
One happens when EditorWindow.close is called twice.
Printing a traceback, when IDLE is run from a terminal,
is useless and annoying.
(cherry picked from commit dfd34a9)

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

Copy link
Copy Markdown

GH-16214 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Sep 17, 2019
One happens when EditorWindow.close is called twice.
Printing a traceback, when IDLE is run from a terminal,
is useless and annoying.
(cherry picked from commit dfd34a9)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this pull request Sep 17, 2019
One happens when EditorWindow.close is called twice.
Printing a traceback, when IDLE is run from a terminal,
is useless and annoying.
(cherry picked from commit dfd34a9)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants