-
Notifications
You must be signed in to change notification settings - Fork 247
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
Unbuffered stdout for Windows and displaying the output of subprocess calls #24
Conversation
@joerick There are several other workarounds, if you don't like the
|
Seems to be working, if you ask me. Two more little things:
|
Excellent PR @YannickJadoul! Thank you for the detailed write-up 👍
Lets use
Yes! for all the users don't have to worry about that themselves :) |
Cool, I've made those changes. I'm good to merge and do a release once the lights go green. |
Cool, seems to be working! And as far as I can see, the output is 1) there and 2) in the right order :-) Thanks for the quick reaction and solution! |
Released as 0.4.1 🎉 |
Cfr. side issue in #15:
subprocess.check_output
tocheck_call
such that the stdout of these calls is not swallowed into a never-printed string by cibuildwheel.