Hi,

On 6 February 2015 at 11:15, Amaury Forgeot d'Arc <amaur...@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.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to