-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
bpo-45382: test.pythoninfo logs more Windows versions #30817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add the following info to test.pythoninfo: * windows.ver: output of the shell "ver" command * windows.version and windows.version_caption: output of the "wmic os get Caption,Version /value" command.
This job says:
Oh, that's interesting. I didn't know this Windows version: "Microsoft Windows Server 2019 Datacenter".
This job says:
|
Azure Pipelines is being upgraded to Windows Server 2022: https://docs.microsoft.com/en-us/azure/devops/release-notes/2022/pipelines/sprint-198-update |
Azure Pipelines PR jobs: Windows PR Tests win64:
Windows PR Tests win32:
Ok, it confirms that Windows Server 2022 is being used on Azure Pipelines. I can explain why bpo-41682 became more frequent recently: its because the Windows version changed ;-) (Well, it's still a bug in asyncio or the test.) |
FYI version of my Windows VM:
|
Add the following info to test.pythoninfo:
"wmic os get Caption,Version /value" command.
https://bugs.python.org/issue45382