cpython/Modules/_zstd/clinic
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
..
_zstdmodule.c.h gh-132983: Convert zstd `__new__` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
compressor.c.h gh-132983: Convert zstd `__new__` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
decompressor.c.h gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00
zstddict.c.h gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00