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.12] gh-99108: Release the GIL around hashlib built-in computation (GH-104675) #104776

Merged
merged 2 commits into from
May 23, 2023

Commits on May 23, 2023

  1. pythongh-99108: Release the GIL around hashlib built-in computation (p…

    …ythonGH-104675)
    
    This matches the GIL releasing behavior of our existing `_hashopenssl`
    module, extending it to the HACL* built-ins.
    
    Includes adding comments to better describe the ENTER/LEAVE macros
    purpose and explain the lock strategy in both existing and new code.
    (cherry picked from commit 2e5d8a9)
    
    Co-authored-by: Gregory P. Smith <greg@krypto.org>
    gpshead authored and miss-islington committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3c9484a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0eca73 View commit details
    Browse the repository at this point in the history