[New-bugs-announce] [issue45019] Freezing modules has manual steps but could be automated.

Eric Snow report at bugs.python.org
Thu Aug 26 15:06:19 EDT 2021


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

Currently we freeze the 3 main import-related modules, as well as one module for testing.  Adding more modules or otherwise making any adjustments requires manually editing several files (frozen.c, Makefile.pre.in, ...).  Those files aren't particularly obvious and it's easy to miss one.  So it would be helpful to have a tool that generates the necessary lines in the relevant files, to avoid manual editing.

I'll be putting up a PR shortly.

----------
assignee: eric.snow
components: Build
messages: 400369
nosy: brett.cannon, eric.snow, gvanrossum
priority: normal
severity: normal
stage: needs patch
status: open
title: Freezing modules has manual steps but could be automated.
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45019>
_______________________________________


More information about the New-bugs-announce mailing list