Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
-X frozen_modules
.-X frozen_modules
.Please also add this tohttps://docs.python.org/3.13/whatsnew/3.13.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for the docs changes. Looks good, just some little nits.
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/Core and Builtins/2023-10-27-11-22-09.gh-issue-111374.e9lrPZ.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…e-111374.e9lrPZ.rstCo-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Thanks for the review, |
…of `-X frozen_modules`. (python#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>
…of `-X frozen_modules`. (python#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>
…of `-X frozen_modules`. (python#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>
Uh oh!
There was an error while loading.Please reload this page.
It seems that
config_get_env
can't distinguish between "not set" and "set to an empty string"? SoPYTHON_FROZEN_MODULES=
means differently than-X frozen_modules
without values. I'm not sure if this could create confusion, but on the other hand the use of-X frozen_modules
or-X frozen_modules=
with empty values isn't explicitly documented.📚 Documentation preview 📚:https://cpython-previews--111411.org.readthedocs.build/