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 BTaskaya, FFY00, Mark.Shannon, barry, brandtbucher, brett.cannon, eric.snow, gregory.p.smith, gvanrossum, indygreg, larry, lemburg, lys.nikolaou, methane, miss-islington, nascheme, ncoghlan, pablogsal, rhettinger, ronaldoussoren, santhu_reddy12, shihai1991, terry.reedy, vstinner
Date 2021-10-28.19:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635450759.82.0.039702428271.issue45020@roundup.psfhosted.org>
In-reply-to
Content
I consider this done.  There is some lingering follow-up work, for which I've created a number of issues:

* https://bugs.python.org/issue45396 - -X frozen_modules=off ignores custom frozen modules
* https://bugs.python.org/issue45395 - custom modules override frozen stdlib modules
* https://bugs.python.org/issue45651 - frozen_modules default not right on Windows
* https://bugs.python.org/issue45272 - "os.path" should be in the list of frozen modules
* https://bugs.python.org/issue45653 - freeze encodings
* https://bugs.python.org/issue45654 - freeze runpy
* https://bugs.python.org/issue45660 - freeze argparse
* https://bugs.python.org/issue45661 - freeze other stdlib modules
* https://bugs.python.org/issue45273 - os-specific modules frozen unnecessarily?
* https://bugs.python.org/issue45096 - update Tools/freeze
* https://bugs.python.org/issue45379 - improving frozen-related errors
* https://github.com/python/devguide/issues/756 - add devguide info about frozen modules
History
Date User Action Args
2021-10-28 19:52:39eric.snowsetrecipients: + eric.snow, lemburg, gvanrossum, barry, brett.cannon, nascheme, rhettinger, terry.reedy, gregory.p.smith, ronaldoussoren, ncoghlan, vstinner, larry, methane, Mark.Shannon, indygreg, lys.nikolaou, pablogsal, miss-islington, brandtbucher, BTaskaya, shihai1991, FFY00, santhu_reddy12
2021-10-28 19:52:39eric.snowsetmessageid: <1635450759.82.0.039702428271.issue45020@roundup.psfhosted.org>
2021-10-28 19:52:39eric.snowlinkissue45020 messages
2021-10-28 19:52:39eric.snowcreate