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
C
Christian Heimes committed
862543aa85249b46649b60da96743b4b14c6c83b
Parent: c90584e