← 返回首页
[3.11] gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (GH-93941) by miss-islington · Pull Request #93944 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

[3.11] gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (GH-93941)#93944

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-f64557f-3.11
Jun 17, 2022
Merged

[3.11] gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (GH-93941)#93944
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-f64557f-3.11

Conversation

Copy link
Copy Markdown
Contributor

Set timeout, don't create a local variable with the same name.
(cherry picked from commit f64557f)

Co-authored-by: Victor Stinner vstinner@python.org

…e timeout (pythonGH-93941) Set timeout, don't create a local variable with the same name. (cherry picked from commit f64557f) Co-authored-by: Victor Stinner <vstinner@python.org>

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM, good bot.

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

miss-islington merged commit 1353b8a into python:3.11 Jun 17, 2022
miss-islington deleted the backport-f64557f-3.11 branch June 17, 2022 14:40
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

Footer

© 2026 GitHub, Inc.