On 06/02/15 13:14, Amaury Forgeot d'Arc
wrote:
I merged pypyw which simply creates another exe, in line with what Armin suggested. Amaury, it is not clear to me how stdout is set to None since AFAICT is_valid_fd(stdout) passes, at least in the rpython test I tried. To reproduce: run test_shared in translator/c/test_standalone.py, then run the resulting test-1w.exe as test-1.exe a b 2>err.txt It will print a rpython exception to err.txt indicating that it failed in the actual write, not in the is_valid_fd(stdout) test just before the write. Matti |
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev