[New-bugs-announce] [issue24961] shell stdout broken after exiting interactive python prompt

Dave Hein report at bugs.python.org
Sat Aug 29 22:59:20 CEST 2015


New submission from Dave Hein:

With 3.4.3 from an OS X terminal prompt, if I just enter the interactive Python REPL environment (by just entering the command "python" from the command line) and then exit (via "exit()" or Ctrl-D), then stdout appears to be broken ... I see no stdout output on the terminal from that point forward. I do see stderr output.

If I just run a python script, without the "-i" flag, then stdout is not damaged and the subsequent terminal interaction is normal.

I did not see this with 3.4.2 or any other version of Python.

I'm running OS X 10.9.5, have installed Python 3.4.3 with MacPorts, and use virtualenv.

----------
components: IO
messages: 249337
nosy: datihein
priority: normal
severity: normal
status: open
title: shell stdout broken after exiting interactive python prompt
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24961>
_______________________________________


More information about the New-bugs-announce mailing list