This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Orbital, bugale bugale, corona10, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-03-02.22:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <6f9c48f6-df5b-5bfe-fdf0-8dc4a58dcb50@python.org>
In-reply-to <1614695134.64.0.275564743591.issue43284@roundup.psfhosted.org>
Content
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.
History
Date User Action Args
2021-03-02 22:39:20steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, corona10, bugale bugale, Orbital
2021-03-02 22:39:20steve.dowerlinkissue43284 messages
2021-03-02 22:39:19steve.dowercreate