cpython/Modules/_zstd
Emma Smith 8dbc119719
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 rather
than a critical section.
2025-05-22 23:30:10 -04:00
..
clinic gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00
_zstdmodule.c gh-132983: Fix refleak in zstd dictionary functions (gh-134459) 2025-05-21 19:09:34 +00:00
_zstdmodule.h gh-132983: Convert zstd `__new__` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
buffer.h gh-132983: Convert zstd `__new__` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
compressor.c gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00
decompressor.c gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00
zstddict.c gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00
zstddict.h gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00