Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will...
Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will raise a warning: Lib/io.py:1221: RuntimeWarning: Trying to close unclosable fd
Showing
Please register or sign in to comment