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
Update Misc/NEWS.d/next/Core and Builtins/2023-10-27-11-22-09.gh-issu…
…e-111374.e9lrPZ.rst

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
yilei and hugovk authored Oct 30, 2023
commit 8836d281a4d30cc4014f77787f240541f5cec770
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Added a new environment variable :envvar:`PYTHON_FROZEN_MODULES`. It
determines whether or not frozen modules are ignored by the import machinery,
equivalent of the :option:`-X frozen_modules <-X>` command line option.
equivalent of the :option:`-X frozen_modules <-X>` command-line option.
0