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.

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 <[email protected]>
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: <[email protected]>
2021-09-16 15:44:02eric.snowlinkissue45220 messages
2021-09-16 15:44:02eric.snowcreate