Skip to content

gh-125058: update _thread docs regarding interruptibility of lock.acquire() #125141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

zuo
Copy link
Contributor

@zuo zuo commented Oct 8, 2024

Document that it is platform-dependent (e.g., can be interrupted on POSIX).


📚 Documentation preview 📚: https://cpython-previews--125141.org.readthedocs.build/

@zuo
Copy link
Contributor Author

zuo commented Oct 8, 2024

I believe, this docs-focused PR should be backported to older versions.

@ZeroIntensity ZeroIntensity added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Oct 9, 2024
@kumaraditya303 kumaraditya303 merged commit 0135848 into python:main Oct 11, 2024
29 checks passed
@miss-islington-app
Copy link

Thanks @zuo for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 11, 2024
…`lock.acquire()` (pythonGH-125141)

(cherry picked from commit 0135848)

Co-authored-by: Jan Kaliszewski <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 11, 2024
…`lock.acquire()` (pythonGH-125141)

(cherry picked from commit 0135848)

Co-authored-by: Jan Kaliszewski <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 11, 2024

GH-125306 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 11, 2024
@bedevere-app
Copy link

bedevere-app bot commented Oct 11, 2024

GH-125307 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Oct 11, 2024
kumaraditya303 pushed a commit that referenced this pull request Oct 11, 2024
… `lock.acquire()` (GH-125141) (#125306)

gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire()` (GH-125141)
(cherry picked from commit 0135848)

Co-authored-by: Jan Kaliszewski <[email protected]>
kumaraditya303 pushed a commit that referenced this pull request Oct 11, 2024
… `lock.acquire()` (GH-125141) (#125307)

gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire()` (GH-125141)
(cherry picked from commit 0135848)

Co-authored-by: Jan Kaliszewski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants