minrk / wurlitzer

Capture C-level stdout/stderr in Python
MIT License
194 stars 24 forks source link

[WIP] Windows support #63

Open minrk opened 2 years ago

minrk commented 2 years ago

Parts adapted from https://github.com/chrisjbillington/zprocess@89b464c3a2d10cb3282bea625670f807430adf03

Specifically zprocess.process_tree.OutputInterceptor

Everything works when I run it manually, but the tests don't pass in pytest. Not sure what's going on there, but seems to have something to do with the flushing.

closes #12

MuellerSeb commented 2 years ago

Any news on this?

minrk commented 2 years ago

I can't get tests to pass and ran out of time to work on it. I'd love for somebody else to pick this up.