diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2023-12-21 15:28:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 15:28:00 (GMT) |
commit | df1eec3dae3b1eddff819fd70f58b03b3fbd0eda (patch) | |
tree | 0bad3e9b0d701008d8a950122d90325173bb44b1 /Misc | |
parent | 526d0a9b6eafb95c425838715a4961d97dc600da (diff) | |
download | cpython-df1eec3dae3b1eddff819fd70f58b03b3fbd0eda.zip cpython-df1eec3dae3b1eddff819fd70f58b03b3fbd0eda.tar.gz cpython-df1eec3dae3b1eddff819fd70f58b03b3fbd0eda.tar.bz2 |
gh-65701: document that freeze doesn't work with framework builds on macOS (#113352)
* gh-65701: document that freeze doesn't work with framework builds on macOS
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.
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2023-12-21-10-20-41.gh-issue-65701.Q2hNbN.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2023-12-21-10-20-41.gh-issue-65701.Q2hNbN.rst b/Misc/NEWS.d/next/macOS/2023-12-21-10-20-41.gh-issue-65701.Q2hNbN.rst new file mode 100644 index 0000000..870b84a --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2023-12-21-10-20-41.gh-issue-65701.Q2hNbN.rst @@ -0,0 +1,2 @@ +The :program:`freeze` tool doesn't work with framework builds of Python. +Document this and bail out early when running the tool with such a build. |