Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A TextIOWrapper that wraps _winconsole._WindowsConsoleWriter expects …
…a buffered stream. TextIOWrapper expects a *buffered* stream not an unbuffered one. It wont check how much data was written and will drop data if you don't write it all. This reproduces quite well on Python 3.6. Likely due to changes in TextIOWrapper. Fixes: #816
- Loading branch information