[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2021-10-18 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker ___ ___

[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2021-10-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: Unfortunately, no. The standard stream replacements were renamed to StdOutputFile, etc, and slightly revised, but the buggy behavior remains. The worst is that shell restart does not completely restart the shell. It has to be closed instead. I would

[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2021-10-18 Thread Irit Katriel
Irit Katriel added the comment: Terry, I don't see any PseudoOutputFile in the current codebase. Is this out of date? -- nosy: +iritkatriel ___ Python tracker ___

[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-12-11 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.4 and 3.5 only get security fixes and I doubt this qualifies. I reproduced the described behavior with 3.7 on Win 10, so it is not Mac-specific. Python sys.stdout: <_io.TextIOWrapper name='' mode='w' encoding='utf-8'> IDLE's sys.stdout: The PseudoFiles

[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-09-16 Thread Harrison Chudleigh
Change by Harrison Chudleigh : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-09-16 Thread Harrison Chudleigh
Harrison Chudleigh added the comment: Edit: I checked Python 3.4 (Windows XP SP3). It hangs in the same way as Python 3.6/3.7. -- ___ Python tracker ___

[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-09-16 Thread Harrison Chudleigh
New submission from Harrison Chudleigh : If sys is imported and sys.stdout.shell.console is typed, IDLE does not return to the prompt. Ctrl-C has no effect and after a restart with Ctrl-F6, IDLE does not react after a command is typed in. This also occurs when other variables such as