diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2025-05-23 10:00:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-23 10:00:38 (GMT) |
commit | 81675941fb51f09b89ba46bce237222a87ea60f6 (patch) | |
tree | d67986719c964c2347cd2e86aee58518e9f5f46b /Lib/test/test_fileutils.py | |
parent | 896b745a7a191c144c27893933b8bf57b4fc77a9 (diff) | |
download | cpython-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_fileutils.py')
0 files changed, 0 insertions, 0 deletions