mirror of
https://github.com/python/cpython.git
synced 2026-01-16 20:30:23 +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. |
||
|---|---|---|
| .. | ||
| _zstdmodule.c.h | ||
| compressor.c.h | ||
| decompressor.c.h | ||
| zstddict.c.h | ||