Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 23, 2025

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 8dbc119)

Co-authored-by: Emma Smith [email protected]

…thongh-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.
(cherry picked from commit 8dbc119)

Co-authored-by: Emma Smith <[email protected]>
@emmatyping
Copy link
Member

hm, test failures look unrelated

@colesbury colesbury merged commit 8167594 into python:3.14 May 23, 2025
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants