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 FFY00, eric.snow
Date 2021-10-28.18:13:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635444830.43.0.574749380857.issue45654@roundup.psfhosted.org>
In-reply-to
Content
Currently we are freezing the modules that are imported during startup.  However, if someone uses "python -m module" then the runtime imports the runpy module and uses it.  Given that this case is quite common, runpy and its dependencies should be frozen.
History
Date User Action Args
2021-10-28 18:13:50eric.snowsetrecipients: + eric.snow, FFY00
2021-10-28 18:13:50eric.snowsetmessageid: <1635444830.43.0.574749380857.issue45654@roundup.psfhosted.org>
2021-10-28 18:13:50eric.snowlinkissue45654 messages
2021-10-28 18:13:50eric.snowcreate