Message403705
| Author | gvanrossum |
|---|---|
| Recipients | brett.cannon, eric.snow, gvanrossum |
| Date | 2021-10-12.00:01:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1633996877.6.0.796389799491.issue45396@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I'm not convinced by the comment you linked to. It seems Brett is referring to the case where at the C level someone overrides `PyImport_FrozenModules` (a global in frozen.c) -- though it is never explicitly named in the thread. And that variable *is* ignored when the -X flag is set to off (at least, it is ignored when use_frozen() is false and we're not talking about an "essensial" frozen module; and I think use_frozen() corresponds to whether the -X flag is on or off, or its default). So I think the -X flag is named correctly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-12 00:01:17 | gvanrossum | set | recipients: + gvanrossum, brett.cannon, eric.snow |
| 2021-10-12 00:01:17 | gvanrossum | set | messageid: <1633996877.6.0.796389799491.issue45396@roundup.psfhosted.org> |
| 2021-10-12 00:01:17 | gvanrossum | link | issue45396 messages |
| 2021-10-12 00:01:17 | gvanrossum | create | |