Amaury Forgeot d'Arc <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue14433> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
