Closed jaehyung-ca closed 3 years ago
Interesting, I wonder why xclip doesn't just exit or close its output stream. But since stdout is ignored anyway, this looks like it's better code regardless, especially if it fixes the issue with this common use case. Thanks a lot for looking into this and for the PR, much appreciated!
A way to work around issue #5 is to go without
Popen.stdout
. How do you think?