Skip to content
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

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

Merged
merged 1 commit into from
Jun 17, 2022

Commits on Jun 17, 2022

  1. pythongh-74953: Fix PyThread_acquire_lock_timed() code recomputing th…

    …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>
    vstinner authored and miss-islington committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6d03bba View commit details
    Browse the repository at this point in the history