]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_modules...
authorYilei Yang <yileiyang@google.com>
Wed, 1 Nov 2023 20:39:31 +0000 (13:39 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 20:39:31 +0000 (20:39 +0000)
commit45a36d5f569fc50d37c2d4ca1ea0c611ebc40379
tree0811a2cd4e499437446e7844b145065d85030e3b
parent7e135a48d619407cd4b2a6d80a4ce204b2f5f938
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_modules`. (#111411)

Adds a new PYTHON_FROZEN_MODULES env var to correspond with -X frozen_modules.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/using/cmdline.rst
Doc/whatsnew/3.13.rst
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core and Builtins/2023-10-27-11-22-09.gh-issue-111374.e9lrPZ.rst [new file with mode: 0644]
Python/initconfig.c