[issue40553] Python 3.8.2 Mac freezing/not responding when saving new programs

Raymond Hettinger report at bugs.python.org
Thu May 7 17:26:46 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I frequently have this issue as well.  My workaround is awful:  I go to the terminal prompt to create an empty file with the desired name, and then open it up in IDLE to edit and save.  This avoids the SaveAs dialog window that triggers the failure.

This doesn't happen to me with new, empty directories.  So, my best guess is that the document preview in the SaveAs window is triggering the failure.  

This problem may go away in the future with a O/S update or with a Tcl/Tk update. AFAICT, IDLE doesn't have any way to ask for a simplified FileDialog window.

----------
assignee:  -> terry.reedy
components: +IDLE
nosy: +rhettinger, terry.reedy
priority: normal -> high

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40553>
_______________________________________


More information about the Python-bugs-list mailing list