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 terry.reedy
Date 2019-07-09.09:20:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562664018.55.0.0863283493597.issue37524@roundup.psfhosted.org>
In-reply-to
Content
In Win Command Prompt, in master repository or 3.8 worktree with 32 bit debug build:

F:\dev\3x>python
Running Debug|Win32 interpreter...
Python 3.9.0a0 (heads/master:110a47c4f4, Jul  9 2019, 01:31:55) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
***Exits okay***

F:\dev\3x>python -m idlelib
Running Debug|Win32 interpreter...
Exception ignored in: <idlelib.run.PseudoInputFile object at 0x053F5710>
Traceback (most recent call last):
  File "F:\dev\3x\lib\idlelib\run.py", line 488, in close
  File "F:\dev\3x\lib\idlelib\pyshell.py", line 1017, in close
  File "F:\dev\3x\lib\idlelib\editor.py", line 1019, in close
  File "F:\dev\3x\lib\idlelib\outwin.py", line 94, in maybesave
  File "F:\dev\3x\lib\idlelib\editor.py", line 952, in get_saved
AttributeError: 'NoneType' object has no attribute 'get_saved'

Same in 3.8 worktree, not in 3.7 worktree, not with installed 64 bit, non-debug 3.8.0b2
History
Date User Action Args
2019-07-09 09:20:18terry.reedysetrecipients: + terry.reedy
2019-07-09 09:20:18terry.reedysetmessageid: <1562664018.55.0.0863283493597.issue37524@roundup.psfhosted.org>
2019-07-09 09:20:18terry.reedylinkissue37524 messages
2019-07-09 09:20:18terry.reedycreate