• Christian Heimes's avatar
    Fix for #1415 pythonw.exe fails because std streams a missing · 58cb1b8b
    Christian Heimes yazdı
    After a long discussion about the problem with Windows GUI apps Guido decided that sys.stdin, stdout and stderr should be None when the C runtime library returns invalid file descriptors for the standard streams.
    
    So far the only known cases are Windows GUI apps and scripts started with pythonw on Windows. The OS restrictions are tight enough to catch the problem on other OSes.
    58cb1b8b
sys.rst 24.3 KB