[issue17863] Bad sys.stdin assignment hands interpreter.

R. David Murray report at bugs.python.org
Sun Apr 28 23:32:34 CEST 2013


R. David Murray added the comment:

Indeed, in both 3.3.0 non-debug and 3.4 tip debug, python starts consuming 100% of the CPU.  I'm guessing there is some subtlety involving the new IO system involved here.

Python 2.7 debug build acts as you indicate for your 2.7 non-debug build.

All my tests are on linux, and I had to kill -HUP the python process.  As you say, ctl-C (and ctl-D, not surprisingly) were ignored.

----------
nosy: +pitrou, r.david.murray

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


More information about the Python-bugs-list mailing list