From Source Code to Executable

C:\Python27>python.exe -V Python 2.7.6 python.exe -OOBtt winfd_.py _ •EXAMPLE - File descriptors in Windows import io import sys fd = io.open(sys.stdout.fileno(), 'wb') fd.close() sys.stdout.write(Now writing to stdout closed FD will cause a crash") ................
................