[issue1329] Different 3.0a1 exit behavior

Guido van Rossum report at bugs.python.org
Mon Oct 29 01:57:23 CET 2007


Guido van Rossum added the comment:

Right. I think the right solution is to add an option to _FileIO that
says "don't close the filedescriptor when close() is called". This
option should only be allowed when the "filename" argument is an
integer file descriptor. It should be passed when stdin/out/err are
created. It may also be helpful in some other places?!

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1329>
__________________________________


More information about the Python-bugs-list mailing list