Skip to content
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

flush stdout/stderr on displayhook call #782

Closed
wants to merge 1 commit into from

Conversation

minrk
Copy link
Member

@minrk minrk commented Sep 12, 2011

This makes the displayhook invocation a sync point for streams, helping ensure that text printed prior to return values will arrive prior to the return output.

should fix #780

This helps stream output arrive before pyout.

closes ipythongh-780
@fperez
Copy link
Member

fperez commented Sep 12, 2011

Great, thanks! I'd been meaning to do this for a while. Merging now.

@fperez
Copy link
Member

fperez commented Sep 12, 2011

Merged, I rebased to avoid the merge loop for just one commit. Closing here.

@fperez fperez closed this Sep 12, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qtconsole Out value prints before the print statements that precede it
2 participants