◐ Shell
clean mode source ↗

[3.11] gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460) by miss-islington · Pull Request #98468 · python/cpython

@pablogsal For your consideration for 3.11.0. This was regressed by a fix in one of the RCs that fixed a regression from 3.10. The change itself is simple and logical - if -V: is passed, don't look at any env/ini defaults. But it's also an obscure case in something that didn't exist in 3.10, so it's not strictly a regression from the previous release.