mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
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. |
||
|---|---|---|
| .. | ||
| clinic | ||
| _zstdmodule.c | ||
| _zstdmodule.h | ||
| buffer.h | ||
| compressor.c | ||
| decompressor.c | ||
| zstddict.c | ||
| zstddict.h | ||