https://github.com/python/cpython/commit/bd1642c6e569d6b328e4296e14355178d3a79778 commit: bd1642c6e569d6b328e4296e14355178d3a79778 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-02-17T11:09:16-08:00 summary:
cover `**/*hashopenssl*` in CODEOWNERS (#130236) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0add48e777866c..2fc9c772fa7757 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -106,6 +106,7 @@ Objects/exceptions.c @iritkatriel # Hashing & cryptographic primitives **/*hashlib* @gpshead @tiran @picnixz +**/*hashopenssl* @gpshead @tiran @picnixz **/*pyhash* @gpshead @tiran **/sha* @gpshead @tiran @picnixz Modules/md5* @gpshead @tiran @picnixz _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
