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

allows threadsafe sys.stdout.flush from background threads #5669

Merged
merged 2 commits into from May 6, 2014

Conversation

minrk
Copy link
Member

@minrk minrk commented Apr 18, 2014

depends on #5668
closes #5408

Keeps track of the most recent request, so async output is still allowed
allows threadsafe flush from background threads
@minrk minrk added this to the 2.1 milestone Apr 18, 2014
minrk added a commit that referenced this pull request May 6, 2014
allows threadsafe sys.stdout.flush from background threads
@minrk minrk merged commit 5381a42 into ipython:master May 6, 2014
@minrk minrk deleted the flush-thread-output branch May 6, 2014 17:42
@takluyver
Copy link
Member

This was manually backported with a cherry pick, because the Github diff includes the diff from #5668. So the backport tool thinks it still needs to be backported, but it's wrong.

minrk added a commit that referenced this pull request May 7, 2014
… threads

allows threadsafe flush from background threads
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
allows threadsafe sys.stdout.flush from background threads
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.

Add checking/flushing of background output from kernel in mainloop
2 participants