[New-bugs-announce] [issue45396] Custom frozen modules get ignored.

Eric Snow report at bugs.python.org
Wed Oct 6 16:22:14 EDT 2021


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

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.)

----------
assignee: eric.snow
components: Interpreter Core
messages: 403336
nosy: brett.cannon, eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Custom frozen modules get ignored.
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45396>
_______________________________________


More information about the New-bugs-announce mailing list