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 2019-09-01.20:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567368533.85.0.101387822612.issue38002@roundup.psfhosted.org>
In-reply-to
Content
Here's a new traceback I haven't seen before.  I only see these at the end of a session, so I don't know which steps triggered it.

$ python3.8 -m idlelib.idle tmp_pretty_fact_ast.py
Exception in Tkinter callback
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/runscript.py", line 173, in _run_module_event
    interp.runcode(code)
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/idlelib/pyshell.py", line 756, in runcode
    self.interp.restart_subprocess()
AttributeError: 'ModifiedInterpreter' object has no attribute 'interp'
History
Date User Action Args
2019-09-01 20:08:53rhettingersetrecipients: + rhettinger, terry.reedy
2019-09-01 20:08:53rhettingersetmessageid: <1567368533.85.0.101387822612.issue38002@roundup.psfhosted.org>
2019-09-01 20:08:53rhettingerlinkissue38002 messages
2019-09-01 20:08:53rhettingercreate