Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
gpshead merged 13 commits intopython:mainfromyilei:frozen
Nov 1, 2023

Conversation

yilei
Copy link
Contributor

@yileiyilei commentedOct 27, 2023
edited
Loading

It seems thatconfig_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/

PYTHONDEVELOPER2007 reacted with eyes emoji
@gpsheadgpshead self-assigned thisOct 28, 2023
@hugovkhugovk changed the titlegh-111374: Add a new PYTHONFROZENMODULES env var, equivalent of-X frozen_modules.gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of-X frozen_modules.Oct 29, 2023
@hugovk
Copy link
Member

Please also add this tohttps://docs.python.org/3.13/whatsnew/3.13.html

Copy link
Member

@hugovkhugovk left a 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.

gpshead reacted with heart emoji
yileiand others added4 commitsOctober 29, 2023 17:04
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>
@yilei
Copy link
ContributorAuthor

Thanks for the review,-X frozen_modules is also updated. Please take another look.

@yileiyilei requested a review fromgpsheadNovember 1, 2023 20:00
@gpsheadgpsheadenabled auto-merge (squash)November 1, 2023 20:12
@gpsheadgpshead merged commit45a36d5 intopython:mainNov 1, 2023
FullteaR pushed a commit to FullteaR/cpython that referenced this pull requestNov 3, 2023
…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>
@yileiyilei deleted the frozen branchDecember 12, 2023 20:46
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
…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>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
…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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk left review comments

@gpsheadgpsheadgpshead approved these changes

Assignees

@gpsheadgpshead

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@yilei@hugovk@gpshead

[8]ページ先頭

©2009-2025 Movatter.jp