SIGN IN SIGN UP

gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)

Remove the pure Python implementation of hashlib.pbkdf2_hmac(),
deprecated in Python 3.10. Python 3.10 and newer requires OpenSSL
1.1.1 or newer (PEP 644), this OpenSSL version provides a C
implementation of pbkdf2_hmac() which is faster.
V
Victor Stinner committed
71d5299b73c854a7b0e12eb5d0a524579723660b
Parent: 5c5fc9d
Committed by GitHub <noreply@github.com> on 6/28/2022, 9:51:13 AM