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 rhettinger
Recipients rhettinger, terry.reedy
Date 2018-12-02.18:30:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543775410.03.0.788709270274.issue35379@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that sequence of events that causes this, but more than once I've gotten the following traceback.

Exception in Tkinter callback
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tkinter/__init__.py", line 1705, in __call__
    return self.func(*args)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/multicall.py", line 176, in handler
    r = l[i](event)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/filelist.py", line 54, in close_all_callback
    reply = edit.close()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/editor.py", line 1017, in close
    self._close()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/pyshell.py", line 309, in _close
    EditorWindow._close(self)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/editor.py", line 1021, in _close
    if self.io.filename:
AttributeError: 'NoneType' object has no attribute 'filename'
History
Date User Action Args
2018-12-02 18:30:10rhettingersetrecipients: + rhettinger, terry.reedy
2018-12-02 18:30:10rhettingersetmessageid: <1543775410.03.0.788709270274.issue35379@psf.upfronthosting.co.za>
2018-12-02 18:30:09rhettingerlinkissue35379 messages
2018-12-02 18:30:09rhettingercreate