This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients taleinat, terry.reedy
Date 2019-07-12.15:34:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562945680.23.0.334569208703.issue37551@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-12 15:34:40terry.reedysetrecipients: + terry.reedy, taleinat
2019-07-12 15:34:40terry.reedysetmessageid: <1562945680.23.0.334569208703.issue37551@roundup.psfhosted.org>
2019-07-12 15:34:40terry.reedylinkissue37551 messages
2019-07-12 15:34:40terry.reedycreate