Skip to content

Commit 531625c

Browse files
gpsheadGlyphack
authored andcommitted
Add me to codeowners for hashlib & multiprocessing (python#114454)
I already effectively own these. (multiprocessing reluctantly, but I've spent enough time in the code of late, it is important, and and championing some changes, so I may as well be looped in there).
1 parent 8426212 commit 531625c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Objects/exceptions.c @iritkatriel
5050
Python/traceback.c @iritkatriel
5151

5252
# Hashing
53-
**/*hashlib* @tiran
54-
**/*pyhash* @tiran
55-
**/*sha* @tiran
56-
**/*md5* @tiran
57-
**/*blake* @tiran
58-
/Modules/_blake2/** @tiran
59-
/Modules/_sha3/** @tiran
53+
**/*hashlib* @gpshead @tiran
54+
**/*pyhash* @gpshead @tiran
55+
**/sha* @gpshead @tiran
56+
Modules/md5* @gpshead @tiran
57+
**/*blake* @gpshead @tiran
58+
Modules/_blake2/** @gpshead @tiran
59+
Modules/_hacl/** @gpshead
6060

6161
# logging
6262
**/*logging* @vsajip
@@ -120,6 +120,9 @@ Lib/ast.py @isidentical
120120
/Lib/unittest/mock.py @cjw296
121121
/Lib/test/test_unittest/testmock/* @cjw296
122122

123+
# multiprocessing
124+
**/*multiprocessing* @gpshead
125+
123126
# SQLite 3
124127
**/*sqlite* @berkerpeksag @erlend-aasland
125128

0 commit comments

Comments
 (0)