gh-127353: Allow to force color output on Windows V2#127926
gh-127353: Allow to force color output on Windows V2#127926hugovk merged 2 commits intopython:mainfrom
Conversation
|
@hugovk, could you check this PR please? |
|
🤖 New build scheduled with the buildbot fleet by @ZeroIntensity for commit a50e877 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
hugovk
left a comment
There was a problem hiding this comment.
Thanks, looks good so far!
The two current buildbot failures are unrelated and also happen elsewhere, and there might be a third unrelated to come, but all the other buildbots are now passing. 👍
hugovk
left a comment
There was a problem hiding this comment.
Thank you!
This is now passing on all the buildbots, except for two which are unrelated (it's #125588 (comment)).
|
Thanks @PalmtopTiger for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
GH-127944 is a backport of this pull request to the 3.13 branch. |
|
Let's hope this doesn't break anything else! |
|
Yeah, will wait until tomorrow before merging the backport :) |
This PR allows to force color output on Windows and brings the behavior of can_colorize function into compliance with POSIX. Second version of #127354 with fixed tests.