Message405212
| 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:50 | eric.snow | set | recipients: + eric.snow, FFY00 |
| 2021-10-28 18:13:50 | eric.snow | set | messageid: <1635444830.43.0.574749380857.issue45654@roundup.psfhosted.org> |
| 2021-10-28 18:13:50 | eric.snow | link | issue45654 messages |
| 2021-10-28 18:13:50 | eric.snow | create | |