8000 gh-128657: fix _hashopenssl ref/data race by tom-pytel · Pull Request #128886 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-128657: fix _hashopenssl ref/data race #128886

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

Merged
merged 11 commits into from
Feb 8, 2025
Prev Previous commit
Next Next commit
Update 2025-01-15-15-45-21.gh-issue-128657.P5LNQA.rst
  • Loading branch information
tom-pytel authored Jan 15, 2025
commit 519388df61557912108ec730fb9923d59fc205f8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix a possible data and PY_EVP_MD refcount race in `_hashopenssl:py_digest_by_name()` under free-threading.
Fix a possible data and PY_EVP_MD refcount race in _hashopenssl.c `py_digest_by_name()` under free-threading.
Loading
0