-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Comparing changes
Open a pull request
base repository: python/cpython
base: main@{1day}
head repository: python/cpython
compare: main
- 10 commits
- 34 files changed
- 10 contributors
Commits on Dec 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 84b7e69 - Browse repository at this point
Copy the full SHA 84b7e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3509fa5 - Browse repository at this point
Copy the full SHA 3509fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7342890 - Browse repository at this point
Copy the full SHA 7342890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305aff0 - Browse repository at this point
Copy the full SHA 305aff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594a463 - Browse repository at this point
Copy the full SHA 594a463View commit details -
gh-143092: Make CALL_LIST_APPEND and BINARY_OP_INPLACE_ADD_UNICODE no…
…rmal instructions (GH-143124) These super instructions need many special cases in the interpreter, specializer, and JIT. It's best we convert them to normal instructions.
Configuration menu - View commit details
-
Copy full SHA for cf6758f - Browse repository at this point
Copy the full SHA cf6758fView commit details
Commits on Dec 25, 2025
-
gh-143004: Fix possible use-after-free in collections.Counter.update() (
GH-143044) This happened when the Counter was mutated when incrementing the value for an existing key.
Configuration menu - View commit details
-
Copy full SHA for 86d9045 - Browse repository at this point
Copy the full SHA 86d9045View commit details -
gh-143103: Added pad parameter to base64.z85encode() (GH-143106)
This makes it analogous to a85encode() and b85encode() and allows the user to more easily meet the Z85 specification, which requires input lengths to be a multiple of 4.
Configuration menu - View commit details
-
Copy full SHA for 8d46f96 - Browse repository at this point
Copy the full SHA 8d46f96View commit details -
gh-143145: Fix possible reference leak in ctypes _build_result() (GH-…
…143131) The result tuple was leaked if __ctypes_from_outparam__() failed for any item. Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 579c5b4 - Browse repository at this point
Copy the full SHA 579c5b4View commit details -
gh-142975: During GC, mark frozen objects with a merged zero refcount…
… for destruction (GH-143156)
Configuration menu - View commit details
-
Copy full SHA for 8611f74 - Browse repository at this point
Copy the full SHA 8611f74View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main