mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* 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>
2 lines
147 B
ReStructuredText
2 lines
147 B
ReStructuredText
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.
|