This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients amaury.forgeotdarc, techtonik
Date 2013-06-26.07:25:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372231559.13.0.811580663574.issue18298@psf.upfronthosting.co.za>
In-reply-to
Content
I am not using pythonw.exe, it is the option users prefer to run the program. 

pythonw.exe is a binary, how do you propose to patch that? Or is it translated to .exe with RPython?


Can you be more specific  what shell  does not work correctly, what exactly does not work correctly, and what is the backward-incompatible behaviour that you want to avoid?

pythonw.exe is meant to suppresses the terminal window on startup (console window to be exact), but not to kill vital streams for an application. I posted links Spyder IDE source to show how it should be done.
History
Date User Action Args
2013-06-26 07:25:59techtoniksetrecipients: + techtonik, amaury.forgeotdarc
2013-06-26 07:25:59techtoniksetmessageid: <1372231559.13.0.811580663574.issue18298@psf.upfronthosting.co.za>
2013-06-26 07:25:59techtoniklinkissue18298 messages
2013-06-26 07:25:58techtonikcreate