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

[3.13] gh-117657: Acquire a critical section around `SemLock.__{enter,exit}__` (GH-118812) by miss-islington · Pull Request #118856 · python/cpython · GitHub

/ cpython Public

[3.13] gh-117657: Acquire a critical section around SemLock.__{enter,exit}__ (GH-118812) - #118856

Merged
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-c30d8e5-3.13
May 9, 2024
Merged

[3.13] gh-117657: Acquire a critical section around SemLock.__{enter,exit}__ (GH-118812)#118856
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-c30d8e5-3.13

Conversation

miss-islington commented May 9, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

These methods are purely wrappers around Semlock.{acquire,release},
which expect a critical section to be held.
(cherry picked from commit c30d8e5)

Co-authored-by: mpage mpage@meta.com

…exit}__` (pythonGH-118812)

These methods are purely wrappers around `Semlock.{acquire,release}`,
which expect a critical section to be held.
(cherry picked from commit c30d8e5)

Co-authored-by: mpage <mpage@meta.com>
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