[issue44535] Cannot build in VS 2022

2021-06-30 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
miss-islington added the comment: New changeset 67e394562d67cbcd0ac8114e5439494e7645b8f5 by Miss Islington (bot) in branch '3.9': bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962) https://github.com/python/cpython/commit/67e394562d67cbcd0ac8114e5439494e7645b8f5 --

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
miss-islington added the comment: New changeset 6843a3b9300eb80c2bf5dac7dd363dae9e6f000d by Miss Islington (bot) in branch '3.10': bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962) https://github.com/python/cpython/commit/6843a3b9300eb80c2bf5dac7dd363dae9e6f000d -

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +25540 pull_request: https://github.com/python/cpython/pull/26976 ___ Python tracker ___ __

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25539 pull_request: https://github.com/python/cpython/pull/26975 ___ Python tracker _

[issue44535] Cannot build in VS 2022

2021-06-30 Thread Steve Dower
Steve Dower added the comment: New changeset d3a95c1b6eacbbbd92c294744e7ed41932f3f63e by Steve Dower in branch 'main': bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962) https://github.com/python/cpython/commit/d3a95c1b6eacbbbd92c294744e7ed41932f3f63e -- _

[issue44535] Cannot build in VS 2022

2021-06-29 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +25528 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26962 ___ Python tracker ___

[issue44535] Cannot build in VS 2022

2021-06-29 Thread Steve Dower
New submission from Steve Dower : 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