Skip to content

[3.13] gh-130151: Fix reference leaks in _hashlib.hmac_{new,digest} (GH-130152) #130491

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 1 commit into from
Feb 24, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 24, 2025

  • fix leak in _hashlib.hmac_new
  • fix leak in hmac_digest
  • fix exception type in _hashlib.HMAC.copy
    (cherry picked from commit 0718201)

Co-authored-by: Bénédikt Tran [email protected]

…ythonGH-130152)

* fix leak in `_hashlib.hmac_new`
* fix leak in `hmac_digest`
* fix exception type in `_hashlib.HMAC.copy`
(cherry picked from commit 0718201)

Co-authored-by: Bénédikt Tran <[email protected]>
@gpshead gpshead merged commit 86dab0e into python:3.13 Feb 24, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants