Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win32: also ENABLE_VIRTUAL_TERMINAL_PROCESSING on stderr
Follow-up on jarun#277. As discussed here[1], it's not really necessary when stdout and stderr are the same console, but it doesn't hurt either. Note that we did not test sys.stderr.isatty() in the code. This has been considered, and deemed not a problem, since stdout is handled first (what really matters) and we have a catch-all pass for any possible exception. [1] jarun#277 (comment)
- Loading branch information