[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-30 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thank you for investigating this. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: Reproducer: In Shell, run "input('prompt'), Without giving a response, so that input is left 'executing', switch to editor with valid code, select "Run... Customized", unselect "Restart shell", and select OK. One will twice see and have to click away a

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-28 Thread miss-islington
miss-islington added the comment: New changeset cb758011ce39678fb03e8ac3e924d9084252e1ad by Miss Islington (bot) in branch '3.7': bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) https://github.com/python/cpython/commit/cb758011ce39678fb03e8ac3e924d9084252e1ad --

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-28 Thread miss-islington
miss-islington added the comment: New changeset 8c3ab189ae552401581ecf0b260a96d80dcdae28 by Miss Islington (bot) in branch '3.8': bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) https://github.com/python/cpython/commit/8c3ab189ae552401581ecf0b260a96d80dcdae28 --

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +18571 pull_request: https://github.com/python/cpython/pull/19208 ___ Python tracker ___

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18570 pull_request: https://github.com/python/cpython/pull/19207 ___ Python tracker

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120 by Terry Jan Reedy in branch 'master': bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) https://github.com/python/cpython/commit/34a49aa3e4d023b5f9e9029f4f1ec68f1a8a8120 --

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +18566 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19203 ___ Python tracker ___

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2020-03-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: You tried to run editor code and ran into a uncaught idle-process bug, which causes an exit. pyshell.ModifiedInterpreter.runcode: 760-1 if self.tkconsole.executing: self.interp.restart_subprocess() The immediate bug is that 'self' *is*

[issue38002] 'ModifiedInterpreter' object has no attribute 'interp'

2019-09-01 Thread Raymond Hettinger
New submission from Raymond Hettinger : 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