Which Windows SDK to use to create extensions for Python 3.5?

Python 3.5 for Windows created using Visual Studio 2015 :

Microsoft Visual Studio 2015, which is the compiler used to create official releases of Python

Which version of the Windows SDK should you use to create extensions for Python 3.5? Presumably this is whatever ship with Visual Studio 2015, but what is it? I need to know for sure https://github.com/pypa/python-packaging-user-guide/pull/172

On my computer, I have several in C:\Program Files (x86)\Microsoft SDKs\Windows:

v6.0A
v7.0A
v7.1A
v8.0
v8.0A
v8.1
v8.1A
v10.0A
+4
source share
1 answer

Python 3.5 , 32- .

0

Source: https://habr.com/ru/post/1608969/


All Articles