When you're installing Visual Studio the C++ tools version is listed
under the selected components as "v14x".
However, at this stage, the *only* version in circulation is 14.x - mine
shows v142. Until the 14 changes to a "15", it will be binary compatible
and so you can use any version at all to build CPython and/or extension
modules.
Our official releases are always using relatively up-to-date compilers,
but provided the compatibility is maintained on Microsoft's side,
there's no need to worry about the specific versions.
Cheers,
Steve
On 5/24/2021 4:49 PM, Guido van Rossum wrote:
How do you check that the C++ tools are v14.x?
On Mon, May 24, 2021 at 1:43 AM Łukasz Langa <luk...@langa.pl
<mailto:luk...@langa.pl>> wrote:
On 20 May 2021, at 07:03, pjfarl...@earthlink.net
<mailto:pjfarl...@earthlink.net> wrote:
The Python Developers Guide specifically states to get VS2017 for
developing or enhancing python on a Windows system.____
__ __
Is it still correct to specifically use VS2017 , or is VS2019 also
acceptable?
We have to update the devguide. VS 2019 is supported, probably even
recommended, as long as the C++ tools are v14.x.
Cheers,
Łukasz
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/python-dev@python.org/message/MJVPA353LMZM4OP6U63QJ5PWQ73ZCGGW/
Code of Conduct: http://python.org/psf/codeofconduct/