FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) by miss-islington · Pull Request #134560 · python/cpython · GitHub

/ cpython Public

[3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) - #134560

Merged
colesbury merged 1 commit into
python:3.14from
miss-islington:backport-8dbc119-3.14
May 23, 2025
Merged

[3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289)#134560
colesbury merged 1 commit into
python:3.14from
miss-islington:backport-8dbc119-3.14

Conversation

miss-islington commented May 23, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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 emma@emmatyping.dev

…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 <emma@emmatyping.dev>

Copy link
Copy Markdown
Member

hm, test failures look unrelated

colesbury merged commit 8167594 into python:3.14 May 23, 2025
miss-islington deleted the backport-8dbc119-3.14 branch January 2, 2026 16:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL