-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement_fflush #2771
implement_fflush #2771
Conversation
I've just noticed in some code I'm using that it appears that stdout isn't flushed when I call exit? It would be good to flush stdout and stderr when we call the atexit handlers. |
92ca007
to
c4f0934
Compare
4a39942
to
0af2141
Compare
Good point about noExitRuntime, I often use that so that's probably what Nicholas Wilson: [email protected] On 18 November 2014 13:51, juj [email protected] wrote:
|
Is this ready for review? |
Yes, this is good to go. |
0af2141
to
15bb2cf
Compare
…ting in multiple parts. Update the test_fflush test to showcase this.
Implement fflush for stdout and stderr. Fixes #2770.