Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Comparing changes
Open a pull request
base repository:python/cpython
Uh oh!
There was an error while loading.Please reload this page.
base:main@{1day}
head repository:python/cpython
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 16commits
- 39files changed
- 12contributors
Commits on May 23, 2025
gh-133885: Use locks instead of critical sections for _zstd (gh-134289)
Move from using critical sections to locks for the (de)compression methods.Since the methods allow other threads to run, we should use a lock ratherthan a critical section.
gh-114177: avoid calling connection lost callbacks when loop is alrea…
…dy closed in asyncio subprocess (#134508)
gh-134451: Converted
asyncio.tools.CycleFoundException
from datacla……ss to a regular exception type. (#134513)
gh-134486: Fix missing alloca() symbol in _ctypes on NetBSD (#134487)
Previously the module would fail to load because the `alloca()` symbolwas undefined. Now we check for GCC/Clang builtins for systems who donot define `alloca()` in headers.
gh-131798: Small improvements to
remove_unneeded_uops
(GH-134554)Improve remove_unneeded_uops
gh-133454: Reduce the number of threads in test_racing_getbuf_and_rel…
…easebuf (GH-133458)The original reproducer only used 10 threads.
gh-134565: Use ExceptionGroup to handle multiple errors in unittest.d…
…oModuleCleanups() (GH-134566)
gh-120170: Exclude __mp_main__ in C version of whichmodule() (#120171)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
gh-132983: Slightly tweak error messages for _zstd compressor/decompr…
…essor options dict (#134601)Slightly tweak error messages for options dict
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
Uh oh!
There was an error while loading.Please reload this page.