[issue38128] IDLE undo calls get_saved() when set to None

2019-09-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: None.get_saved (closing shell) was reported in #35263. None.filename (closing editor) was reported in #35379. Up-to-date reports in one page were a bit helpful. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> IDL

[issue38128] IDLE undo calls get_saved() when set to None

2019-09-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: Here's one more: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/tkinter/__init__.py", line 1883, in __call__ return self.func(*args) File "/Library/Frameworks/Python.framework/Versions/3.8

[issue38128] IDLE undo calls get_saved() when set to None

2019-09-11 Thread Zackery Spytz
Zackery Spytz added the comment: This seems like a duplicate of bpo-35263. -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Python

[issue38128] IDLE undo calls get_saved() when set to None

2019-09-11 Thread Raymond Hettinger
New submission from Raymond Hettinger : Terry, I don't know if these exception reports are useful to you. If not, feel free to close this. I run IDLE in day long sessions and only see these tracebacks when I'm exiting, so I don't know the proximate trigger event. Exception in Tkinter callb