diff options
author | Emma Smith <emma@emmatyping.dev> | 2025-05-22 20:30:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-22 23:30:10 -0400 |
commit | 8dbc11971974a725dc8a11c0dc65d8f6fcb4d902 (patch) | |
tree | c44a920db4229aa34c70edd06d833ad28225d703 /Lib/asyncio/tools.py | |
parent | a7ed9dfcbe1436361b95a5f9d89a2d1f075e5468 (diff) | |
download | cpython-8dbc11971974a725dc8a11c0dc65d8f6fcb4d902.tar.gz cpython-8dbc11971974a725dc8a11c0dc65d8f6fcb4d902.zip |
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.
Diffstat (limited to 'Lib/asyncio/tools.py')
0 files changed, 0 insertions, 0 deletions