-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
Most of the -X
options (https://docs.python.org/3/using/cmdline.html#cmdoption-X) can be configured via an environment variable, but not -X frozen_modules
.
This makes it harder for environments that you don't have the control over the flags passed to the Python interpreter.
#98697 also includes a use case for crossenv, but the issue was closed because it was not in time for Python 3.11.
I'm proposing a PYTHONFROZENMODULES
PYTHON_FROZEN_MODULES
environment variable to be added for Python 3.13, which has the equivalent meaning of using -X frozen_modules
.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
#98697 is the same request, but closed due to not in time for Python 3.11.
Linked PRs
gpshead
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement