-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Upgrade CPython 3.12.8 to 3.12.9, 3.13.1 to 3.13.2 #513
Conversation
pythonbuild/downloads.py
Outdated
"url": "https://www.python.org/ftp/python/3.12.9/Python-3.12.9.tar.xz", | ||
"size": 20502440, | ||
"sha256": "7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f81112", | ||
"version": "3.12.9", | ||
"licenses": ["Python-2.0", "CNRI-Python"], | ||
"license_file": "LICENSE.cpython.txt", | ||
"python_tag": "cp312", | ||
}, | ||
"cpython-3.13": { | ||
"url": "https://www.python.org/ftp/python/3.13.1/Python-3.13.1.tar.xz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing bump here, causing integrity errors
The other failure is
I believe this was upstreamed as well in python/cpython#128474 though I don't see a backport? |
I think 128474 is patch-test-embed-prevent-segfault-3.14.patch. This is the second hunk of patch-test-embed-prevent-segfault.patch, which is a test that was reworked in python/cpython@48f08fe. I'm going to try deleting the hunk, we'll see if the reworked test segfaults.... |
Our BOLT patches that landed for 3.14 have been backported to 3.12 and 3.13, so the remaining BOLT patch now applies to 3.12+.
20e415b
to
5141e4f
Compare
Our BOLT patches that landed for 3.14 have been backported to 3.12 and 3.13, so the remaining BOLT patch now applies to 3.12+.