https://github.com/python/cpython/commit/00fce69711c61d4fc9d40174b88d3d208567e2c4 commit: 00fce69711c61d4fc9d40174b88d3d208567e2c4 branch: master author: Mariatta <Mariatta at users.noreply.github.com> committer: GitHub <noreply at github.com> date: 2017年07月31日T20:56:12-07:00 summary: Create CODEOWNERS (GH-2924) Copied over info from .mention-bot files: A .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..d1ebf2c2bac --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# 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 + +# SSL +**/*ssl* @tiran