Python/pythonrun.c @iritkatriel
# Hashing
-**/*hashlib* @python/crypto-team @tiran
-**/*pyhash* @python/crypto-team @tiran
-**/*sha* @python/crypto-team @tiran
-**/*md5* @python/crypto-team @tiran
-**/*blake* @python/crypto-team @tiran
-/Modules/_blake2/** @python/crypto-team @tiran
-/Modules/_sha3/** @python/crypto-team @tiran
+**/*hashlib* @tiran
+**/*pyhash* @tiran
+**/*sha* @tiran
+**/*md5* @tiran
+**/*blake* @tiran
+/Modules/_blake2/** @tiran
+/Modules/_sha3/** @tiran
# logging
**/*logging* @vsajip
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
-
-# SSL
-**/*ssl* @python/crypto-team
-**/*.pem @python/crypto-team
-
-# CSPRNG
-Python/bootstrap_hash.c @python/crypto-team
-
# Dates and times
**/*datetime* @pganssle @abalkin
**/*str*time* @pganssle @abalkin
**/*bisect* @rhettinger
**/*heapq* @rhettinger
**/*functools* @rhettinger
-**/*decimal* @rhettinger @skrah
+**/*decimal* @rhettinger
**/*dataclasses* @ericvsmith