◐ Shell
clean mode source ↗

[3.11] gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (GH-93941) by miss-islington · Pull Request #93944 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

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>

@miss-islington

Copy link Copy Markdown

Contributor Author

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

@vstinner 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.

LGTM, good bot.

@miss-islington

Copy link Copy Markdown

Contributor Author

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

@miss-islington miss-islington merged commit 1353b8a into python:3.11

Jun 17, 2022

@miss-islington miss-islington deleted the backport-f64557f-3.11 branch

June 17, 2022 14:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner vstinner approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington @vstinner @bedevere-bot