2015-02-06 3:34 GMT+01:00 Yaacov Finkelman <[email protected]>: > The difference between pythonw.exe and python.exe is that one is a > "windows" application and the other is a "console" application. >
This has other implications. For example, sys.stdout points to an invalid file descriptor, and I remember that old versions of pythonw.exe used to freeze after printing 8192 characters. -- Amaury Forgeot d'Arc
_______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
