[issue43284] Wrong windows build post version 2004

Steve Dower report at bugs.python.org
Tue Mar 2 17:39:20 EST 2021


Steve Dower <steve.dower at python.org> added the comment:

So somehow Windows made a rebuild *without* having to touch 
kernel32.dll, which is fairly impressive.

That version number comes from kernel32.dll, because there's no good way 
to get the build number via an API and also avoid compatibility settings 
lying about it.

I *guess* we need to find a better API for querying the current build 
number, hopefully without having to set up a whole WMI query.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43284>
_______________________________________


More information about the Python-bugs-list mailing list