[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2019-08-02 Thread Steve Dower


Change by Steve Dower :


--
resolution:  -> out of date
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2018-12-22 Thread Cheryl Sabella


Cheryl Sabella  added the comment:

The PR was closed as not needed, so should this ticket also be closed?  Thanks!

--
nosy: +cheryl.sabella

__
Python tracker 

__
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2017-12-21 Thread Steve Dower

Steve Dower  added the comment:

Apparently Tk has something in its e_capi.c file that does not work with the 
latest SDK (I guess they're redefining macros).

In master, we use prebuilt binaries, which is why this is not a problem. But 
we'll either need to fix Tk's sources or backport the code that uses the 
prebuilt binaries (just for Tcl and Tk - the OpenSSL part is not compatible) 
before we can merge this.

I'll try and take a look at it over the next few weeks. An a workaround, you 
should be able to "SET WindowsSDKVersion=10.0.16299.0" and pass "--no-tkinter" 
to build.bat to compile without the change.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2017-12-20 Thread Decorater

Decorater  added the comment:

Oddly AppVeyor failed on VS2017 but build works on my end though.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2017-12-20 Thread Decorater

Decorater  added the comment:

Alright made the backport PR on it. Not sure if it needs an news entry or if it 
is trivial though.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2017-12-20 Thread Decorater

Change by Decorater :


--
keywords: +patch
pull_requests: +4837
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2017-12-14 Thread Steve Dower

Steve Dower  added the comment:

It has been resolved in master, so we just need to backport 
PCbuild/python.props to get it in earlier branches.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2017-12-14 Thread Decorater

Change by Decorater :


--
components: +Build, Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2017-12-14 Thread Decorater

New submission from Decorater :

It seems that When I uninstalled an older version of the Windows 10 SDK to make 
more disk space to update Visual Studio that now python 3.6 will not compile. I 
am not sure if Python 3.7 on master currently has this issue or not though I 
still have not tested it on 3.7 either.

I am using Visual Studio 2017 to Compile the latest commit on branch 3.6. I 
could technically use branch master if the issue with Py_DecodeLocale() is 
fixed yet though.

--
messages: 308333
nosy: Decorater
priority: normal
severity: normal
status: open
title: Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com