Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

On the second thought, as long as python used fd 2 as the "message stream of 
last resort", we should probably not allow it to run with fd 2 closed. The 
problem is that in this case fd 2 may become associated with a very important 
file contents of which you don't want to see replaced with a python error 
message.

----------
title: abort when stderr is moved -> abort when stderr is closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7111>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to