[3.11] gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (GH-93941) by miss-islington · Pull Request #93944 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
miss-islington
commented
Jun 17, 2022
miss-islington
commented
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>
bedevere-bot
mentioned this pull request
bedevere-bot
added
skip news
awaiting review
labels
miss-islington
commented
Jun 17, 2022
miss-islington commented
Contributor Author
Status check is done, and it's a success ✅ .
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Jun 17, 2022
miss-islington commented
Contributor Author
Status check is done, and it's a success ✅ .
miss-islington
merged commit
1353b8a
into
python:3.11
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-f64557f-3.11
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment