setup to use a patched version of 3.14.4 for testing a garbage collection fix#19874
setup to use a patched version of 3.14.4 for testing a garbage collection fix#19874ewdurbin wants to merge 3 commits into
Conversation
|
FWIW I do not recommend we merge this as is, rather we would temporarily deploy test.pypi.org from the branch this PR introduces. |
|
As a note, we probably want to test astral-sh/python-build-standalone#1091 instead (which is just subbing 1091 instead of 1089) as that's the approach we're considering more seriously. |
will bump. |
|
(I'll need to rebuild and publish that branch, so it'll be a minute) |
|
Closing for now, in favor of waiting for 3.14.5 |
|
Hey! We still want to test this with a build of CPython 3.14 HEAD before the patch release. The build is from astral-sh/python-build-standalone#1110 |
|
lgtm, let me make sure security folks are happy |
@zanieb prepared https://github.com/astral-sh/python-build-standalone/pull/1091/changes with a gc patch that seems to address the memory behavior we saw in our initial upgrade to 3.14:
memory usage for test.pypi.org from last 6 months, the elevated usage was 3.14
This sets up warehouse to run from a build with the patch from python-build-standalone #1091 as a diagnostic.