New submission from Eric Snow <ericsnowcurren...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45396>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to