[issue37551] IDLE: Quitting with a new, unsaved editor window causes an exception

Tal Einat report at bugs.python.org
Sun Jul 14 05:10:55 EDT 2019


Tal Einat <taleinat at gmail.com> added the comment:

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'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37551>
_______________________________________


More information about the Python-bugs-list mailing list