This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update Windows release build machines to latest versions
Type: Stage: resolved
Components: Windows Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2020-02-28 22:44 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18695 merged steve.dower, 2020-02-28 22:45
PR 18697 merged miss-islington, 2020-02-29 00:22
Messages (4)
msg362931 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-02-28 22:44
Shouldn't have any impact at all, but I'm going to mention it here so it gets in the NEWS file. Just in case someone hits an obscure edge case and is trying to find out what changed.
msg362947 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-02-29 00:22
New changeset 03153dd1459fab94f294a118ed1525e34d58601a by Steve Dower in branch 'master':
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
https://github.com/python/cpython/commit/03153dd1459fab94f294a118ed1525e34d58601a
msg362948 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-02-29 00:25
The backport to 3.8 doesn't matter so much for the build definition (the build always runs from master, even when targeting earlier versions), but the minor Nuget fixes are necessary, so may as well keep it all in sync.

I expect the backport to automerge, so closing.
msg362951 - (view) Author: miss-islington (miss-islington) Date: 2020-02-29 00:41
New changeset 45c4112b7250cb600aa2f3a42b4e6b5bfd2919c4 by Miss Islington (bot) in branch '3.8':
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
https://github.com/python/cpython/commit/45c4112b7250cb600aa2f3a42b4e6b5bfd2919c4
History
Date User Action Args
2022-04-11 14:59:27adminsetgithub: 83970
2020-02-29 00:41:06miss-islingtonsetmessages: + msg362951
2020-02-29 00:25:25steve.dowersetstatus: open -> closed
resolution: fixed
messages: + msg362948

stage: patch review -> resolved
2020-02-29 00:22:02miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request18058
2020-02-29 00:22:02steve.dowersetmessages: + msg362947
2020-02-28 22:45:08steve.dowersetkeywords: + patch
stage: patch review
pull_requests: + pull_request18056
2020-02-28 22:44:47steve.dowercreate