Terry J. Reedy <[email protected]> added the comment:
I see the traceback I reported on #37524, whichever way I close. In both cases, EditorWindow.close is called and we get an AttributeError because a file has become None. close() calls maybesave before _close, so the exception I see happens before _close is called. It is possible I have seen this, before the #37524 errors started. See latter for possible fix. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37551> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
