Message403336
Recently we added the "-X frozen_modules" CLI option to control whether or not (non-essential) frozen modules get used. Currently the default is "off", though the plan is to make the default "on". Regardless, this is problematic for executables with custom frozen modules (where PyImport_FrozenModules is overridden). If there are custom frozen modules then they should always be used.
Note that there are already other problems with custom frozen modules, to be addressed separately. (See bpo-45395.) |
|
Date |
User |
Action |
Args |
2021-10-06 20:22:14 | eric.snow | set | recipients:
+ eric.snow, brett.cannon |
2021-10-06 20:22:14 | eric.snow | set | messageid: <1633551734.9.0.785349509784.issue45396@roundup.psfhosted.org> |
2021-10-06 20:22:14 | eric.snow | link | issue45396 messages |
2021-10-06 20:22:14 | eric.snow | create | |
|