Skip to content
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

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

Merged
merged 1 commit into from Sep 17, 2019

Conversation

Copy link
Member

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

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 self-assigned this Sep 17, 2019
@terryjreedy terryjreedy merged commit dfd34a9 into python:master Sep 17, 2019
4 checks passed
@terryjreedy terryjreedy deleted the close_ok branch Sep 17, 2019
@miss-islington
Copy link

@miss-islington miss-islington commented Sep 17, 2019

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

miss-islington pushed a commit to miss-islington/cpython that referenced this issue 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

@bedevere-bot bedevere-bot commented Sep 17, 2019

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

miss-islington pushed a commit to miss-islington/cpython that referenced this issue 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

@bedevere-bot bedevere-bot commented Sep 17, 2019

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

miss-islington added a commit that referenced this issue 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 issue 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
CLA signed type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants