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 taleinat
Recipients taleinat, terry.reedy
Date 2019-07-14.09:10:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563095455.51.0.178712149119.issue37551@roundup.psfhosted.org>
In-reply-to
Content
This also happens on Ubuntu 18.10, with a traceback similar to that reported on issue #37524:

Exception ignored in: <idlelib.run.PseudoInputFile object at 0x7f2d93b17410>
Traceback (most recent call last):
  File "Lib/idlelib/run.py", line 488, in close
  File "Lib/idlelib/pyshell.py", line 1017, in close
  File "Lib/idlelib/editor.py", line 1019, in close
  File "Lib/idlelib/outwin.py", line 94, in maybesave
  File "Lib/idlelib/editor.py", line 952, in get_saved
AttributeError: 'NoneType' object has no attribute 'get_saved'
History
Date User Action Args
2019-07-14 09:10:55taleinatsetrecipients: + taleinat, terry.reedy
2019-07-14 09:10:55taleinatsetmessageid: <1563095455.51.0.178712149119.issue37551@roundup.psfhosted.org>
2019-07-14 09:10:55taleinatlinkissue37551 messages
2019-07-14 09:10:55taleinatcreate