Wolfgang Maier added the comment:

> The error() function in PC/launcher.c should call exit(rc) instead of 
> ExitProcess(rc). This allows the CRT to terminate properly and flush the 
> stderr FILE stream.

Interesting. Why do you need to flush stderr? I would have expected it to be 
unbuffered in the first place. What's the usecase/advantage of calling 
ExitProcess then?
Sorry, if that does not really belong here and just shows my limited knowledge 
of C.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25789>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to