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 mytechnotalent
Recipients White1, Zack_Barton, mytechnotalent, steve.dower
Date 2021-02-22.19:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614020594.04.0.477418588604.issue43298@roundup.psfhosted.org>
In-reply-to
Content
Thank you Steve.  I did not have the latest installed which is Win10SDK_10.0.18362, therefore it did trigger that original error in msg387518.

After installing, Win10SDK_10.0.18362, it did in-fact allow a successful compilation.

Updating that error code would be most helpful to Windows developers.  I would have never caught it but I wanted to help test 3.10 so I thought I should try it on the Windows 10 box to make sure the community had all platforms covered.

RESULTS:
Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:01:10.34

C:\Users\kevin\cpython>python.bat
Running Release|x64 interpreter...
Python 3.10.0a5+ (heads/master:91a639a094, Feb 22 2021, 14:01:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
History
Date User Action Args
2021-02-22 19:03:14mytechnotalentsetrecipients: + mytechnotalent, steve.dower, Zack_Barton, White1
2021-02-22 19:03:14mytechnotalentsetmessageid: <1614020594.04.0.477418588604.issue43298@roundup.psfhosted.org>
2021-02-22 19:03:14mytechnotalentlinkissue43298 messages
2021-02-22 19:03:13mytechnotalentcreate