Steve Dower added the comment:

ExitProcess is a system API and exit is the C runtime API. The C runtime is 
doing the buffering, so the system doesn't know about it and can't flush if you 
terminate through that API. The exit function should, or we could explicitly 
flush the buffer after writing to it.

----------

_______________________________________
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