[pypy-dev] Windows: pypyw.exe?

Armin Rigo arigo at tunes.org
Fri Feb 6 11:27:07 CET 2015


Hi,

On 6 February 2015 at 11:15, Amaury Forgeot d'Arc <amauryfa at gmail.com> wrote:
> 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.

I'm not finding anything special done with stdout if we're
pythonw.exe.  Can you be more specific?

Otherwise I suppose the way forward is to produce pypyw.exe (by
editing rpython/translator/platform/windows.py, gen_makefile(), rule
for $(DEFAULT_TARGET), to run $(CC_LINK) twice instead of once), and
then to wait until people report issues with it.


A bientôt,

Armin.


More information about the pypy-dev mailing list