8000 gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_modules`. by yilei · Pull Request #111411 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of -X frozen_modules. #111411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 1, 2023
Merged
Prev Previous commit
Next Next commit
Fix the doc reference.
  • Loading branch information
yilei committed Oct 27, 2023
commit d79d11a4390147f584b754ce6290e9a2a9728f2f
2 changes: 1 addition & 1 deletion Doc/using/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ conflict.
Note that the "importlib_bootstrap" and "importlib_bootstrap_external"
frozen modules are always used, even if this flag is set to "off".

See also the :option:`-X frozen_modules` command-line option.
See also the :option:`-X frozen_modules <-X>` command-line option.

.. versionadded:: 3.13

Expand Down
0