-
-
Notifications
You must be signed in to change notification settings - Fork 189
Documentation: Clarify state of python static builds on Windows #597
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, we removed support for these. Pull request welcome. |
Does this mean that this section can just be dropped? Or are there still some things we have to take note of when using these Python builds instead of the vanilla CPython builds? |
The docs say that [Windows Static Distributions are Extremely Brittle](https://github.com/astral-sh/python-build-standalone/blob/main/docs/quirks.rst#windows-static-distributions-are-extremely-brittle). However, since #234, Windows static builds no longer exist, making this documentation obsolete. Fixes #597
Just a quick one. To add support for @echo off
setlocal
"%~dp0python.exe" -m pip %*
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
endlocal This makes Does this mean we won't see python builds for Windows beyond |
There are going to be Windows Python builds, they're just dynamically linked instead os statically. |
The current docs say that Windows Static Distributions are Extremely Brittle.
However, what are these static builds? For example, there is #221, basically suggesting that static Windows builds are no longer a thing, concluded with #234.
This suggests to me that the docs are not up to date at this point. Any improvement of the docs would be greatly appreciated here.
The text was updated successfully, but these errors were encountered: