[New-bugs-announce] [issue44535] Cannot build in VS 2022

Steve Dower report at bugs.python.org
Tue Jun 29 08:44:02 EDT 2021


New submission from Steve Dower <steve.dower at python.org>:

The project files require an additional check in PCbuild/python.props to select the right toolset for VisualStudioVersion=17.0. Without this, everything will refuse to build.

The toolset is still v142, so there should be not compatibility issues. The problem is in detection, not use.

----------
assignee: steve.dower
components: Build, Windows
messages: 396723
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Cannot build in VS 2022
type: compile error
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44535>
_______________________________________


More information about the New-bugs-announce mailing list