Message 401962 - Python tracker

Message401962

Author eric.snow
Recipients eric.snow, paul.moore, sobolevn, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-16.15:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631807042.9.0.100577267308.issue45220@roundup.psfhosted.org>
In-reply-to
Content
This is more likely to relate to bpo-45188, "De-couple the Windows builds from freezing modules.", for which the PR was merged yesterday:

New changeset 09b4ad11f323f8702cde795e345b75e0fbb1a9a5 by Steve Dower in branch 'main':
bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322)
https://github.com/python/cpython/commit/09b4ad11f323f8702cde795e345b75e0fbb1a9a5

(https://github.com/python/cpython/pull/28322)
History
Date User Action Args
2021-09-16 15:44:02eric.snowsetrecipients: + eric.snow, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, sobolevn
2021-09-16 15:44:02eric.snowsetmessageid: <1631807042.9.0.100577267308.issue45220@roundup.psfhosted.org>
2021-09-16 15:44:02eric.snowlinkissue45220 messages
2021-09-16 15:44:02eric.snowcreate