Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

sys.stdin and others are created with "closefd=False", so close() has no 
effect.  Try os.close(0) instead...

----------
nosy: +amaury.forgeotdarc

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

Reply via email to