summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_winapi.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2025-05-23 10:00:38 (GMT)
committerGitHub <noreply@github.com>2025-05-23 10:00:38 (GMT)
commit81675941fb51f09b89ba46bce237222a87ea60f6 (patch)
treed67986719c964c2347cd2e86aee58518e9f5f46b /Lib/test/test_winapi.py
parent896b745a7a191c144c27893933b8bf57b4fc77a9 (diff)
downloadcpython-81675941fb51f09b89ba46bce237222a87ea60f6.zip
cpython-81675941fb51f09b89ba46bce237222a87ea60f6.tar.gz
cpython-81675941fb51f09b89ba46bce237222a87ea60f6.tar.bz2
[3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) (gh-134560)
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. (cherry picked from commit 8dbc11971974a725dc8a11c0dc65d8f6fcb4d902) Co-authored-by: Emma Smith <emma@emmatyping.dev>
Diffstat (limited to 'Lib/test/test_winapi.py')
0 files changed, 0 insertions, 0 deletions