0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/.github/CODEOWNERS

16 lines
404 B
Plaintext

# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
# Hashing
**/*hashlib* @tiran
**/*pyhash* @tiran
# Import (including importlib)
**/*import* @brettcannon
# SSL
**/*ssl* @tiran