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 eryksun
Recipients ZackerySpytz, eryksun, izbyshev, lukasz.langa, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2019-09-26.14:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569507661.27.0.0593818369394.issue32592@roundup.psfhosted.org>
In-reply-to
Content
Steve, in PR 15951 you updated Py_WINVER to 0x0602. I think it should be 0x0603 (_WIN32_WINNT_WINBLUE) and 
Py_NTDDI should be NTDDI_WINBLUE. Windows 8 hasn't been supported since 2016. Windows 8.1 is supported until 2023.
History
Date User Action Args
2019-09-26 14:21:01eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, vstinner, tim.golden, lukasz.langa, zach.ware, steve.dower, izbyshev, ZackerySpytz
2019-09-26 14:21:01eryksunsetmessageid: <1569507661.27.0.0593818369394.issue32592@roundup.psfhosted.org>
2019-09-26 14:21:01eryksunlinkissue32592 messages
2019-09-26 14:21:01eryksuncreate