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 ZackerySpytz, rhettinger, terry.reedy
Date 2019-09-13.01:22:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568337725.61.0.271963102859.issue38128@roundup.psfhosted.org>
In-reply-to
Content
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/lib/python3.8/idlelib/multicall.py", line 176, in handler
    r = l[i](event)
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/idlelib/filelist.py", line 54, in close_all_callback
    reply = edit.close()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/idlelib/editor.py", line 1079, in close
    self._close()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/idlelib/pyshell.py", line 312, in _close
    EditorWindow._close(self)
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/idlelib/editor.py", line 1083, in _close
    if self.io.filename:
AttributeError: 'NoneType' object has no attribute 'filename'
History
Date User Action Args
2019-09-13 01:22:05rhettingersetrecipients: + rhettinger, terry.reedy, ZackerySpytz
2019-09-13 01:22:05rhettingersetmessageid: <1568337725.61.0.271963102859.issue38128@roundup.psfhosted.org>
2019-09-13 01:22:05rhettingerlinkissue38128 messages
2019-09-13 01:22:05rhettingercreate