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 Tools/freeze to make use of Tools/scripts/freeze_modules.py?
Type: behavior Stage: needs patch
Components: Demos and Tools Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: eric.snow, lemburg
Priority: normal Keywords: patch

Created on 2021-09-03 19:43 by eric.snow, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg401015 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2021-09-03 19:43
In bpo-45019 we added Tools/scripts/freeze_modules.py to improve how we manage which modules get frozen by default.  (We turned previously manual steps into automation of generated code.)  There is probably some overlap with what we do in Tools/freeze/freeze.py.  Is so, we should make changes for better re-use.
History
Date User Action Args
2022-04-11 14:59:49adminsetgithub: 89259
2021-10-27 15:45:43eric.snowsetstage: patch review -> needs patch
2021-10-27 15:45:26eric.snowsetpull_requests: - pull_request27485
2021-10-26 00:57:42eric.snowsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request27485
2021-09-03 19:43:47eric.snowcreate