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

Link blogpost about redirecting stdout/stderr #18

Merged
merged 1 commit into from
Jul 1, 2018

Conversation

jakirkham
Copy link
Contributor

As not everyone may understand why it is tricky to redirect stdout/stderr from C in Python, link Eli Bendersky's blog post about why naive attempts to do this fail along with an explanation about what is happening at the system level and how to redirect C stdout/stderr correctly.

Have added this to the top section of the README, but am happy to move this around and/or change wording as preferred. Please let me know your thoughts. :)

As not everyone may understand why it is tricky to redirect
`stdout`/`stderr` from C in Python, link Eli Bendersky's blog post about
why naive attempts to do this fail along with an explanation about what
is happening at the system level and how to redirect C `stdout`/`stderr`
correctly.
@minrk minrk merged commit b5deb77 into minrk:master Jul 1, 2018
@minrk
Copy link
Owner

minrk commented Jul 1, 2018

cool!

@jakirkham jakirkham deleted the doc_link_external_blogpost branch July 2, 2018 03:03
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.

None yet

2 participants