release: remove test extensions from install-only archives#1032
release: remove test extensions from install-only archives#1032
Conversation
|
The breaking change is the unshipping of |
And unshipping other I'm curious how |
|
#721 is what I meant - I cannot remember There's a sort of related question here about whether to ship the Python parts of the test suite (the FWIW, I'm okay with this personally. On the python-build-standalone side, I don't think there's anything else pending we want to get out the door in the next few days, so we can cut a release with this change alone (maybe plus any PGO stuff you feel is ready). On the uv side, we did just get a breaking uv version bump (0.11.0) out the door today so we're unlikely to do another one any time soon, but we usually don't treat potentially-breaking p-b-s changes as breaking changes in uv, and again this one seems so unlikely to impact real users, so I don't think that should influence anything. But I'll defer to @zanieb and @jjhelmus if they have thoughts. |
3bc54d4 to
fcdc23e
Compare
b97119c to
d7155be
Compare
fcdc23e to
d5de681
Compare
|
Out of curiosity, how much do these contribute to the artifact size? |
These extensions are only needed to support the stdlib tests, which we strip from these archives. These extensions offer no utility. So don't ship them.
d7155be to
d6e834a
Compare
These extensions are only needed to support the stdlib tests, which we strip from these archives. These extensions offer no utility. So don't ship them.
This is a follow-up to #1025. Implementing as its own PR since we remove previously existing extension modules. This is backwards incompatible and deserves to be discussed on its own merits.