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-65701: document that freeze doesn't work with framework builds on macOS#113352

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
ronaldoussoren merged 4 commits intopython:mainfromronaldoussoren:gh-65701
Dec 21, 2023

Conversation

ronaldoussoren
Copy link
Contributor

@ronaldoussorenronaldoussoren commentedDec 21, 2023
edited by bedevere-appbot
Loading

The framework install is inherently incompatible with freeze. Document that that freeze doesn't work with framework builds and bail out early when trying to run freeze anyway.

…ds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.
@ronaldoussoren
Copy link
ContributorAuthor

I looked into adding a test for this, but in the end skipped this: the test machinery for the freeze tool performs a build & install into a temporary directory and that doesn't work with framework builds either. That's not something I want to debug further given that the test would only check that the tool doesnot work.

Copy link
Contributor

@erlend-aaslanderlend-aasland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM. Added a suggestion to use the:program: role.

ronaldoussorenand others added3 commitsDecember 21, 2023 10:47
…bN.rstCo-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
@ronaldoussorenronaldoussoren merged commitdf1eec3 intopython:mainDec 21, 2023
@ronaldoussorenronaldoussoren added needs backport to 3.11only security fixes needs backport to 3.12only security fixes labelsDec 21, 2023
@miss-islington-app
Copy link

Thanks@ronaldoussoren for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington-app
Copy link

Thanks@ronaldoussoren for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@ronaldoussorenronaldoussoren deleted the gh-65701 branchDecember 21, 2023 15:28
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 21, 2023
…ds on macOS (pythonGH-113352)*pythongh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.(cherry picked from commitdf1eec3)Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
@bedevere-app
Copy link

GH-113361 is a backport of this pull request to the3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11only security fixes labelDec 21, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 21, 2023
…ds on macOS (pythonGH-113352)*pythongh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.(cherry picked from commitdf1eec3)Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
@bedevere-app
Copy link

GH-113362 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelDec 21, 2023
ronaldoussoren added a commit that referenced this pull requestDec 22, 2023
…lds on macOS (GH-113352) (#113362)gh-65701: document that freeze doesn't work with framework builds on macOS (GH-113352)*gh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.(cherry picked from commitdf1eec3)Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
ronaldoussoren added a commit that referenced this pull requestDec 22, 2023
…lds on macOS (GH-113352) (#113361)gh-65701: document that freeze doesn't work with framework builds on macOS (GH-113352)*gh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.(cherry picked from commitdf1eec3)Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
ryan-duve pushed a commit to ryan-duve/cpython that referenced this pull requestDec 26, 2023
…ds on macOS (python#113352)*pythongh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
kulikjak pushed a commit to kulikjak/cpython that referenced this pull requestJan 22, 2024
…ds on macOS (python#113352)*pythongh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
…ds on macOS (python#113352)*pythongh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
…ds on macOS (python#113352)*pythongh-65701: document that freeze doesn't work with framework builds on macOSThe framework install is inherently incompatible with freeze. Documentthat that freeze doesn't work with framework builds and bail outearly when trying to run freeze anyway.Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@erlend-aaslanderlend-aaslanderlend-aasland approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ronaldoussoren@erlend-aasland

[8]ページ先頭

©2009-2025 Movatter.jp