[issue37524] IDLE error on closing 3.8+ debug build

2019-07-14 Thread Tal Einat
Tal Einat added the comment: > Doesn't reproduce on Win10 with current master. Sorry, my mistake; I meant to post that on #37551, and got mixed up. -- ___ Python tracker ___

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Possible sweep-more-under-the-rug fix for both current issues: add links and, after current 'except tkinter.TclError', except AttributeError: pass -- ___ Python tracker

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: "Exception ignored" is not produced by IDLE, and we have seen this before. multicall, line 29 says: # In 3.4, if no shell window is ever open, the underlying Tk widget is # destroyed before .__del__ methods here are called. The following # is used to selecti

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: I still see it after update and rebuild. What could be different? An error in one of my files? -- ___ Python tracker ___ _

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-11 Thread Tal Einat
Tal Einat added the comment: Doesn't reproduce on Win10 with current master. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: One time after doing something unusual with IDLE (editing theme?, not sure) I did not get message on exit. But next time, back again. -- ___ Python tracker ___

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am pretty sure that this started sometime well after 3.7 was split off from master. Perhaps there was some change in python shutdown not backported to 3.7. -- ___ Python tracker

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-09 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-09 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +taleinat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue37524] IDLE error on closing 3.8+ debug build

2019-07-09 Thread Terry J. Reedy
New submission from Terry J. Reedy : In Win Command Prompt, in master repository or 3.8 worktree with 32 bit debug build: F:\dev\3x>python Running Debug|Win32 interpreter... Python 3.9.0a0 (heads/master:110a47c4f4, Jul 9 2019, 01:31:55) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copy