Conversation
Remove code specific to Windows Vista from os.cpu_count(): Python requires Windows 7 or newer.
|
That is a very strange error to get... I can't think of any reason other than a corrupt incremental build, but we don't do incremental builds here. Perhaps the rebuild when you add a NEWS entry will work? |
|
On IRC, @zware told me:
It tried to avoid puting this change in this PR to get a PR as small as possible, but it seems like it's not enough. Note: I already failed to understand such failure in the past: https://bugs.python.org/issue32592#msg318103 Windows is still full of mystery for me :-) |
|
@vstinner Zachary is correct. You'll need to get that first change in before any of the rest will succeed reliably. I'm okay with reviewing all of the changes together if it's simpler for you to do one PR. But the |

Remove code specific to Windows Vista from os.cpu_count(): Python
requires Windows 7 or newer.
https://bugs.python.org/issue32592