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 brett.cannon, eric.snow, gvanrossum
Date 2021-08-26.19:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630004779.62.0.284599538008.issue45019@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-08-26 19:06:19eric.snowsetrecipients: + eric.snow, gvanrossum, brett.cannon
2021-08-26 19:06:19eric.snowsetmessageid: <1630004779.62.0.284599538008.issue45019@roundup.psfhosted.org>
2021-08-26 19:06:19eric.snowlinkissue45019 messages
2021-08-26 19:06:19eric.snowcreate