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.
E
Emma Smith committed
8dbc11971974a725dc8a11c0dc65d8f6fcb4d902
Parent: a7ed9df
Committed by GitHub <noreply@github.com>
on 5/23/2025, 3:30:10 AM