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

Disable glibc buffering in fread for processes using PTYs #1040

Merged
merged 3 commits into from
Sep 26, 2017

Conversation

zachriggle
Copy link
Member

See issue #1038 for extensive details

@TethysSvensson
Copy link
Contributor

LGTM

Technically this introduces issues with e.g. 'unhex ffdf | python foo.py' if
foo.py uses .interactive().  However, that was already broken for other reasons.

Fixes #1004

(cherry picked from commit ebbe917)
* Prevent Sphinx from dumping all level=INFO logging output to stdout.

See #1036 for more information.

* Filter out Paramiko logs too, apply filter to all root handlers during testing

* Remove unused import

(cherry picked from commit 54c47b3)
@zachriggle
Copy link
Member Author

This also backports two bugfixes from stable

@zachriggle zachriggle merged this pull request into stable Sep 26, 2017
@zachriggle zachriggle deleted the issue_1038_stable branch September 26, 2017 17:07
@zachriggle
Copy link
Member Author

Note: Originally I hit "squash and merge" on accident. I disabled stable as a protected branch and force-pushed the not-squashed commit (ab0ac00) to stable and re-enabled the protect branch checks. This should be a no-op except to preserve history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants