[pypy-issue] [issue1098] sys.stdout.close() from interactive session crashes pypy and messes up terminal

Fijal tracker at bugs.pypy.org
Sun Mar 25 15:18:03 CEST 2012


Fijal <fijall at gmail.com> added the comment:

Well, you just messed up with internals, what would be the expected behavior? I 
think this is also a wontfix.

The real reason is that pypy uses pyrepl for repl which is a piece of python code 
and it uses sys.stdout and not writing to file descriptors.

----------
nosy: +fijal
status: unread -> wontfix

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1098>
________________________________________


More information about the pypy-issue mailing list